@root classes

class Inverter

^ 
    extends { UnaryFunction, UnaryFunction } as public

the Inverter class returns the inversion of the Node * RHS when it is evaluated
Source:
imgnodes.h:240
Author:
jhc7duke.edu, ag20@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Inverterdestructor publicautomatically generated
Inverterconstructor publicundocumented
Inverterconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself
descriptionmethod public return the description of the Node
evaluatemethod public returns the inverse of myRHS->evaluate
operator =operator publicautomatically generated

destructor ~Inverter

? ^  > 
automatically generated
Source:
imgnodes.h
Code:
public ~ Inverter ( )

constructor Inverter

? ^  < > 
undocumented
Source:
imgnodes.h:245
Code:
public Inverter ( Node * rhs ) : UnaryFunction ( rhs )

constructor Inverter

? ^  < > 
automatically generated
Source:
imgnodes.h
Code:
public Inverter ( const Inverter & )

method copy

? ^  < > 
returns a pointer to a new copy of itself
Source:
imgnodes.h:262
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
return the description of the Node
Source:
imgnodes.h:270
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
returns the inverse of myRHS->evaluate
Source:
imgnodes.h:253
Code:
public virtual dataType evaluate ( ) const

operator =

? ^  < > 
automatically generated
Source:
imgnodes.h
Code:
public Inverter & operator = ( const Inverter & )

Created Sun Oct 6 20:56:58 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.