![]() |
VR-Forces Developer's Guide
|
Contains the DtEngineeringObjEffectivePredicate class declaration.
Instances of DtEngineeringObjEffectivePredicate can be used to test the whether an engineering object is complete enough to be effective.

Protected Member Functions | |
| virtual bool | eval (const DtSimObject *vrfObject) const |
| virtual bool | predicateEqual (const DtVrfObjectPredicate &orig) const |
Protected Member Functions inherited from DtVrfObjectPredicate | |
| virtual bool | canEvalTrue (const DtSimObject *vrfObject) const |
| virtual bool | canEvalFalse (const DtSimObject *vrfObject) const |
| virtual void | typeSpecificStringRep (std::ostream &str, int indentLevel) const |
Additional Inherited Members | |
Static Public Member Functions inherited from DtVrfObjectPredicate | |
| static const DtVrfObjectPredicate & | nullPredicate () |
Protected Attributes inherited from DtVrfObjectPredicate | |
| bool | myNegated |
| DtEngineeringObjEffectivePredicate::DtEngineeringObjEffectivePredicate | ( | bool | negate = false | ) |
default constructor
|
virtual |
destructor
| DtEngineeringObjEffectivePredicate::DtEngineeringObjEffectivePredicate | ( | const DtEngineeringObjEffectivePredicate & | orig | ) |
copy constructor
| DtEngineeringObjEffectivePredicate& DtEngineeringObjEffectivePredicate::operator= | ( | const DtEngineeringObjEffectivePredicate & | orig | ) |
assignment operator
|
virtual |
clone function
Implements DtVrfObjectPredicate.
|
protectedvirtual |
The actual test this predicate performs.
Implements DtVrfObjectPredicate.
|
protectedvirtual |
Used by equality operator used to compare predicates.
Reimplemented from DtVrfObjectPredicate.