| @root | classes |
class FuzzNode | ^ |
The fuzz class uzzes the Node * RHS when evaluated
- Source:
- imgnodes.h:521
- Author:
- jhc7@duke.edu, ag20@duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~FuzzNode destructor public automatically generated FuzzNode constructor public undocumented FuzzNode constructor public automatically generated copy method public returns a pointer to a new copy of itself description method public returns a string of the description evaluate method public fuzzes an image operator = operator public automatically generated printToString MultiTypeFunction method public return a string of the function with its arguments setArgs MultiTypeFunction method public set the arguments of the function
destructor ~FuzzNode | ? ^ > |
automatically generated
- Source:
- imgnodes.h
- Code:
public ~ FuzzNode ( )
constructor FuzzNode | ? ^ < > |
undocumented
- Source:
- imgnodes.h:525
- Code:
public FuzzNode ( Node * rhs , vector < float > args ) : MultiTypeFunction ( rhs , args )
constructor FuzzNode | ? ^ < > |
automatically generated
- Source:
- imgnodes.h
- Code:
public FuzzNode ( const FuzzNode & )
method copy | ? ^ < > |
returns a pointer to a new copy of itself
- Source:
- imgnodes.h:543
- Code:
public virtual Node * copy ( ) const
method description | ? ^ < > |
returns a string of the description
- Source:
- imgnodes.h:552
- Code:
public virtual string description ( ) const
method evaluate | ? ^ < > |
fuzzes an image
- Source:
- imgnodes.h:534
- Code:
public virtual dataType evaluate ( ) const
operator = | ? ^ < > |
automatically generated
- Source:
- imgnodes.h
- Code:
public FuzzNode & operator = ( const FuzzNode & )
method printToString | ? ^ < > |
return a string of the function with its arguments
- Inherited From:
- MultiTypeFunction
- Source:
- nodes.h:338
- Code:
public virtual string printToString ( ) const
method setArgs | ? ^ < > |
set the arguments of the function
- Inherited From:
- MultiTypeFunction
- Source:
- nodes.h:346
- Code:
public virtual void setArgs ( vector < float > args )
Created Sun Oct 6 20:56:59 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.