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

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