@root classes

class RGBGradientNode

^ 
    extends { UnaryFunction, UnaryFunction } as public

the RGB gradient class replaces Node * RHS with a RGB gradient when it is evaluated
Source:
imgnodes.h:480
Author:
jhc7duke.edu, ag20@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~RGBGradientNodedestructor publicautomatically generated
RGBGradientNodeconstructor publicundocumented
RGBGradientNodeconstructor publicautomatically generated
copymethod publicundocumented
descriptionmethod public return the description of the Node
evaluatemethod public creates an RGB gradient
operator =operator publicautomatically generated

destructor ~RGBGradientNode

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

constructor RGBGradientNode

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

constructor RGBGradientNode

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

method copy

? ^  < > 
undocumented
Source:
imgnodes.h:502
Code:
public virtual Node * copy ( ) const

method description

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

method evaluate

? ^  < > 
creates an RGB gradient
Source:
imgnodes.h:493
Code:
public virtual dataType evaluate ( ) const

operator =

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

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.