![]() |
VR-Forces 4.0.4 Class Documentation
|
class DtEvalEntDiGuyAppearance: More...

Public Member Functions | |
| DtEvalEntDiGuyAppearance () | |
| constructor | |
| virtual | ~DtEvalEntDiGuyAppearance () |
| destructor | |
| DtEvalEntDiGuyAppearance (const DtEvalEntDiGuyAppearance &orig) | |
| copy constructor | |
| DtEvalEntDiGuyAppearance & | operator= (const DtEvalEntDiGuyAppearance &orig) |
| assignment operator | |
| virtual DtEvaluator * | clone () |
| clone operator | |
| virtual bool | evaluate (DtSimCondExpr *condExpr, const DtString &objectName, DtSimManager *simManager) const |
| | |
Static Public Member Functions | |
| static DtEvaluator * | creator () |
| Returns a newly created DtEvalEntDiGuyAppearance. | |
class DtEvalEntDiGuyAppearance:
Instances of DtEvalEntDiGuyAppearance are used to perform the evaluation for a DtCeEntDiGuyAppearance conditional expression.
constructor
| virtual DtEvalEntDiGuyAppearance::~DtEvalEntDiGuyAppearance | ( | ) | [virtual] |
destructor
copy constructor
| DtEvalEntDiGuyAppearance& DtEvalEntDiGuyAppearance::operator= | ( | const DtEvalEntDiGuyAppearance & | orig | ) |
assignment operator
| virtual DtEvaluator* DtEvalEntDiGuyAppearance::clone | ( | ) | [virtual] |
clone operator
Implements DtEvaluator.
| virtual bool DtEvalEntDiGuyAppearance::evaluate | ( | DtSimCondExpr * | condExpr, |
| const DtString & | objectName, | ||
| DtSimManager * | simManager | ||
| ) | const [virtual] |
The condExpr passed in must be of type DtEvalEntDiGuyAppearance. Checks to see if the entity in the DtEvalEntDiGuyAppearance expression has the DI-Guy appearance in the test expression DtCeEntDiGuyAppearance expression is true, expands the test to return DtTrue
Implements DtEvaluator.
| static DtEvaluator* DtEvalEntDiGuyAppearance::creator | ( | ) | [static] |
Returns a newly created DtEvalEntDiGuyAppearance.