@root classes

class StripesNode

^ 
    extends MultiTypeFunction as public

the stripesnode class replaces Node * RHS with a striped image when it is evaluated
Source:
imgnodes.h:641
Author:
jhc7duke.edu, ag20@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~StripesNodedestructor publicautomatically generated
StripesNodeconstructor publicundocumented
StripesNodeconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself"
descriptionmethod public returns a string of the description
evaluatemethod public returns a striped image
operator =operator publicautomatically generated
printToStringMultiTypeFunctionmethod public return a string of the function with its arguments
setArgsMultiTypeFunctionmethod public set the arguments of the function

destructor ~StripesNode

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

constructor StripesNode

? ^  < > 
undocumented
Source:
imgnodes.h:645
Code:
public StripesNode ( Node * rhs ,
vector < float > args ) : MultiTypeFunction ( rhs ,
args )

constructor StripesNode

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

method copy

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

method description

? ^  < > 
returns a string of the description
Source:
imgnodes.h:669
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
returns a striped image
Source:
imgnodes.h:653
Code:
public virtual dataType evaluate ( ) const

operator =

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

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:57:00 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.