| @root | classes |
class Sin | ^ |
the sin class returns the sin of the RHS Image when it is evaluated
- Source:
- imgnodes.h:119
- Author:
- jhc7duke.edu, ag20@duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Sin destructor public automatically generated Sin constructor public undocumented Sin constructor public automatically generated copy method public returns a pointer to a new copy of itself description method public return the description of the Node evaluate method public returns the sin of myRHS->evaluate operator = operator public automatically generated
destructor ~Sin | ? ^ > |
automatically generated
- Source:
- imgnodes.h
- Code:
public ~ Sin ( )
constructor Sin | ? ^ < > |
undocumented
- Source:
- imgnodes.h:124
- Code:
public Sin ( Node * rhs ) : UnaryFunction ( rhs )
constructor Sin | ? ^ < > |
automatically generated
- Source:
- imgnodes.h
- Code:
public Sin ( const Sin & )
method copy | ? ^ < > |
returns a pointer to a new copy of itself
- Source:
- imgnodes.h:141
- Code:
public virtual Node * copy ( ) const
method description | ? ^ < > |
return the description of the Node
- Source:
- imgnodes.h:149
- Code:
public virtual string description ( ) const
method evaluate | ? ^ < > |
returns the sin of myRHS->evaluate
- Source:
- imgnodes.h:132
- Code:
public virtual dataType evaluate ( ) const
operator = | ? ^ < > |
automatically generated
- Source:
- imgnodes.h
- Code:
public Sin & operator = ( const Sin & )
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.