@root classes

class Cos

^ 
    extends { UnaryFunction, UnaryFunction } as public

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

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Cosdestructor publicautomatically generated
Cosconstructor publicundocumented
Cosconstructor 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 cos of myRHS->evaluate()
operator =operator publicautomatically generated

destructor ~Cos

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

constructor Cos

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

constructor Cos

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

method copy

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

method description

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

method evaluate

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

operator =

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

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.