![]() |
VR-Forces Developer's Guide
|
Instances of DtAbleToMovePredicate are used to determine whether an entity is capable of moving or not.

Public Member Functions | |
| DtAbleToMovePredicate (bool negate=false) | |
| virtual | ~DtAbleToMovePredicate () |
| DtAbleToMovePredicate (const DtAbleToMovePredicate &orig) | |
| virtual DtVrfObjectPredicate * | clone () const |
Public Member Functions inherited from DtVrfObjectPredicate | |
| DtVrfObjectPredicate (bool negate=false) | |
| virtual | ~DtVrfObjectPredicate () |
| DtVrfObjectPredicate (const DtVrfObjectPredicate &orig) | |
| DtVrfObjectPredicate & | operator= (const DtVrfObjectPredicate &orig) |
| bool | operator== (const DtVrfObjectPredicate &orig) const |
| bool | operator!= (const DtVrfObjectPredicate &orig) const |
| virtual bool | negated () const |
| virtual void | setNegate (bool negate) |
| bool | isTrue (const DtSimObject *vrfObject) const |
| virtual bool | canBeTrue (const DtSimObject *vrfObject) |
| virtual bool | canBeFalse (const DtSimObject *vrfObject) |
| virtual void | stringRep (std::ostream &str, int indentLevel=0) const |
Protected Member Functions | |
| virtual bool | eval (const DtSimObject *vrfObject) const override |
Protected Member Functions inherited from DtVrfObjectPredicate | |
| virtual bool | predicateEqual (const DtVrfObjectPredicate &orig) const |
| 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 |
| DtAbleToMovePredicate::DtAbleToMovePredicate | ( | bool | negate = false | ) |
|
virtual |
destructor
| DtAbleToMovePredicate::DtAbleToMovePredicate | ( | const DtAbleToMovePredicate & | orig | ) |
copy constructor
|
virtual |
clone function
Implements DtVrfObjectPredicate.
|
overrideprotectedvirtual |
Implements DtVrfObjectPredicate.