| @root | classes |
class HorizontalGradientNode | ^ |
the horizontal gradient class replaces Node * RHS with a horizontal gradient when it is evaluated
- Source:
- imgnodes.h:440
- Author:
- jhc7duke.edu, ag20@duke.edu
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~HorizontalGradientNode destructor public automatically generated HorizontalGradientNode constructor public undocumented HorizontalGradientNode constructor public automatically generated copy method public undocumented description method public return the description of the Node evaluate method public creates a horizontal gradient operator = operator public automatically generated
destructor ~HorizontalGradientNode | ? ^ > |
automatically generated
- Source:
- imgnodes.h
- Code:
public ~ HorizontalGradientNode ( )
constructor HorizontalGradientNode | ? ^ < > |
undocumented
- Source:
- imgnodes.h:445
- Code:
public HorizontalGradientNode ( Node * rhs ) : UnaryFunction ( rhs )
constructor HorizontalGradientNode | ? ^ < > |
automatically generated
- Source:
- imgnodes.h
- Code:
public HorizontalGradientNode ( const HorizontalGradientNode & )
method copy | ? ^ < > |
undocumented
- Source:
- imgnodes.h:462
- Code:
public virtual Node * copy ( ) const
method description | ? ^ < > |
return the description of the Node
- Source:
- imgnodes.h:470
- Code:
public virtual string description ( ) const
method evaluate | ? ^ < > |
creates a horizontal gradient
- Source:
- imgnodes.h:453
- Code:
public virtual dataType evaluate ( ) const
operator = | ? ^ < > |
automatically generated
- Source:
- imgnodes.h
- Code:
public HorizontalGradientNode & operator = ( const HorizontalGradientNode & )
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.