![]() |
VR-Forces 4.3.1 Class Documentation
|
Instances of DtAbleToMovePredicate are used to determine whether an entity is capable of moving or not. More...

Public Member Functions | |
| DtAbleToMovePredicate (bool negate=false) | |
| virtual | ~DtAbleToMovePredicate () |
| destructor | |
| DtAbleToMovePredicate (const DtAbleToMovePredicate &orig) | |
| copy constructor | |
| virtual DtVrfObjectPredicate * | clone () const |
| clone function | |
Public Member Functions inherited from DtVrfObjectPredicate | |
| DtVrfObjectPredicate (bool negate=false) | |
| constructor | |
| virtual | ~DtVrfObjectPredicate () |
| destructor | |
| DtVrfObjectPredicate (const DtVrfObjectPredicate &orig) | |
| copy constructor | |
| DtVrfObjectPredicate & | operator= (const DtVrfObjectPredicate &orig) |
| assignment operator | |
| bool | operator== (const DtVrfObjectPredicate &orig) const |
| Equality operators used to compare predicates. | |
| bool | operator!= (const DtVrfObjectPredicate &orig) const |
| virtual bool | negated () const |
| virtual void | setNegate (bool negate) |
| bool | isTrue (const DtVrfObject *vrfObject) |
| This function evaluates the eval function (to be defined in derived classes) given a DtVrfObject and returns the result, negated if indicated. | |
Protected Member Functions | |
| virtual bool | eval (const DtVrfObject *vrfObject) |
Protected Member Functions inherited from DtVrfObjectPredicate | |
| virtual bool | predicateEqual (const DtVrfObjectPredicate &orig) const |
| Test if this instance of a predicate is equal to another. | |
Additional Inherited Members | |
Static Public Member Functions inherited from DtVrfObjectPredicate | |
| static const DtVrfObjectPredicate & | nullPredicate () |
| Returns an instance of a DtNullVrfObjectPredicate. | |
Protected Attributes inherited from DtVrfObjectPredicate | |
| bool | myNegated |
Instances of DtAbleToMovePredicate are used to determine whether an entity is capable of moving or not.
| DtAbleToMovePredicate::DtAbleToMovePredicate | ( | bool | negate = false | ) |
|
virtual |
destructor
| DtAbleToMovePredicate::DtAbleToMovePredicate | ( | const DtAbleToMovePredicate & | orig | ) |
copy constructor
|
virtual |
clone function
Implements DtVrfObjectPredicate.
|
protectedvirtual |
Implements DtVrfObjectPredicate.