| @root | classes |
class Constant | ^ |
Constant node - this class creates a node for images
- Source:
- imgnodes.h:24
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Constant destructor public automatically generated Constant constructor public undocumented Constant constructor public automatically generated copy method public copy this node description method public returns the description of the node evaluate method public return the dataType operator = operator public automatically generated printToString method public print "Image"
destructor ~Constant | ? ^ > |
automatically generated
- Source:
- imgnodes.h
- Code:
public ~ Constant ( )
constructor Constant | ? ^ < > |
undocumented
- Source:
- imgnodes.h:30
- Code:
public Constant ( dataType value ) : myValue ( value )
constructor Constant | ? ^ < > |
automatically generated
- Source:
- imgnodes.h
- Code:
public Constant ( const Constant & )
method copy | ? ^ < > |
copy this node
- Source:
- imgnodes.h:54
- Code:
public virtual Node * copy ( ) const
method description | ? ^ < > |
returns the description of the node
- Source:
- imgnodes.h:63
- Code:
public virtual string description ( ) const
method evaluate | ? ^ < > |
return the dataType
- Source:
- imgnodes.h:38
- Code:
public virtual dataType evaluate ( ) const
operator = | ? ^ < > |
automatically generated
- Source:
- imgnodes.h
- Code:
public Constant & operator = ( const Constant & )
method printToString | ? ^ < > |
print "Image"
- Source:
- imgnodes.h:46
- Code:
public virtual string printToString ( ) const
Created Sun Oct 6 20:56:57 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.