![]() |
VR-Forces 4.0.4 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 | |
Protected Member Functions | |
| virtual bool | eval (const DtVrfObject *vrfObject) |
Instances of DtAbleToMovePredicate are used to determine whether an entity is capable of moving or not.
| DtAbleToMovePredicate::DtAbleToMovePredicate | ( | bool | negate = false | ) |
| virtual DtAbleToMovePredicate::~DtAbleToMovePredicate | ( | ) | [virtual] |
destructor
| DtAbleToMovePredicate::DtAbleToMovePredicate | ( | const DtAbleToMovePredicate & | orig | ) |
copy constructor
| virtual DtVrfObjectPredicate* DtAbleToMovePredicate::clone | ( | ) | const [virtual] |
clone function
Implements DtVrfObjectPredicate.
| virtual bool DtAbleToMovePredicate::eval | ( | const DtVrfObject * | vrfObject | ) | [protected, virtual] |
Implements DtVrfObjectPredicate.