@root classes

class AbsVal

^ 
    extends { UnaryFunction, UnaryFunction } as public

the absolute value function returns the absolute value of an Image
Source:
imgnodes.h:76
Author:
jhc7@duke.edu, ag20@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~AbsValdestructor publicautomatically generated
AbsValconstructor public default constructor
AbsValconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself
descriptionmethod public return the description of the Node
evaluatemethod public evaluates the absolute value of myRHS
operator =operator publicautomatically generated

destructor ~AbsVal

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

constructor AbsVal

? ^  < > 
default constructor
Source:
imgnodes.h:84
Code:
public AbsVal ( Node * rhs ) : UnaryFunction ( rhs )

constructor AbsVal

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

method copy

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

method description

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

method evaluate

? ^  < > 
evaluates the absolute value of myRHS
Source:
imgnodes.h:92
Code:
public virtual dataType evaluate ( ) const

operator =

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

Created Sun Oct 6 20:56:57 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.