| Home :: @root | classes |
class ColorEvaluator | ^ |
undocumented
- Source:
- evaluate.h:797
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~ColorEvaluator destructor public automatically generated ColorEvaluator constructor public undocumented ColorEvaluator constructor public automatically generated Color3f method public undocumented Color3f method public undocumented ColorStr method public undocumented ColorStr method public undocumented Display Evaluator method public void Display:arg = double &answer display function for displaying doubles Display Evaluator method public void Display: arg= Image&answer display function for displaying a image by calling displayImage() function displayImage Evaluator method public virtual void displayImage, arg= Image&image precond: image is a valid image object postcond: image is displayed using xv program in unix Evaluate method public undocumented operator = operator public automatically generated saveImage Evaluator method public virtual void saveImage, arg = Image &images, ofstream & output precond:image is a image object, output is a openfile object postcond: image is saved in output file work Evaluator method public virtual void work; arg = myNode, vector<..>myMaps precond: myNode is root to expression tree myMaps are vector of maps that maps valid operators to worker by default, myMaps[0] is map of string to class objects in this file.
destructor ~ColorEvaluator | ? ^ > |
automatically generated
- Source:
- evaluate.h
- Code:
public ~ ColorEvaluator ( )
constructor ColorEvaluator | ? ^ < > |
undocumented
- Source:
- evaluate.h:801
- Code:
public ColorEvaluator ( ) : UEvaluator ( "color" )
constructor ColorEvaluator | ? ^ < > |
automatically generated
- Source:
- evaluate.h
- Code:
public ColorEvaluator ( const ColorEvaluator & )
method Color3f | ? ^ < > |
undocumented
- Source:
- evaluate.h:820
method Color3f | ? ^ < > |
undocumented
- Source:
- evaluate.h:834
method ColorStr | ? ^ < > |
undocumented
- Source:
- evaluate.h:839
- Code:
public double ColorStr ( string Hexid , double & a )
method ColorStr | ? ^ < > |
undocumented
- Source:
- evaluate.h:846
method Display | ? ^ < > |
void Display:arg = double &answer display function for displaying doubles
- Inherited From:
- Evaluator
- Source:
- evaluate.h:40
- Code:
public void Display ( double & answer )
method Display | ? ^ < > |
void Display: arg= Image&answer display function for displaying a image by calling displayImage() function
- Inherited From:
- Evaluator
- Source:
- evaluate.h:50
- Code:
public void Display ( Image & answer )
method displayImage | ? ^ < > |
virtual void displayImage, arg= Image&image precond: image is a valid image object postcond: image is displayed using xv program in unix
- Inherited From:
- Evaluator
- Source:
- evaluate.h:111
- Code:
public virtual void displayImage ( Image & image )
method Evaluate | ? ^ < > |
undocumented
- Source:
- evaluate.h:814
- Code:
public answertype Evaluate ( Node * myNode )
operator = | ? ^ < > |
automatically generated
- Source:
- evaluate.h
- Code:
public ColorEvaluator & operator = ( const ColorEvaluator & )
method saveImage | ? ^ < > |
virtual void saveImage, arg = Image &images, ofstream & output precond:image is a image object, output is a openfile object postcond: image is saved in output file
- Inherited From:
- Evaluator
- Source:
- evaluate.h:86
- Code:
public virtual void saveImage ( Image & image , ofstream & output )
method work | ? ^ < > |
virtual void work; arg = myNode, vector<..>myMaps precond: myNode is root to expression tree myMaps are vector of maps that maps valid operators to worker by default, myMaps[0] is map of string to class objects in this file.myMaps can also contain other helper maps such as printer worker maps postcond: the expression tree is evaluated and result displayed
- Inherited From:
- Evaluator
- Source:
- evaluate.h:70
Created Thu Oct 10 01:13:41 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.