![]() |
VR-Forces 5.0.1 Developer's Guide
|
Contains the declaration of class DtAggregateSpatialModelPredicate, a predicate that tests if an entity should be included in the aggregate spatial model.

Additional Inherited Members | |
Static Public Member Functions inherited from DtVrfObjectPredicate | |
| static const DtVrfObjectPredicate & | nullPredicate () |
Protected Member Functions inherited from DtCompositePredicate | |
| virtual bool | eval (const DtSimObject *vrfObject) const |
| virtual bool | predicateEqual (const DtVrfObjectPredicate &orig) const |
| virtual bool | canEvalTrue (const DtSimObject *vrfObject) const override |
| virtual bool | canEvalFalse (const DtSimObject *vrfObject) const override |
| virtual void | typeSpecificStringRep (std::ostream &str, int indentLevel) const |
Protected Attributes inherited from DtCompositePredicate | |
| DtList | myPredicates |
Protected Attributes inherited from DtVrfObjectPredicate | |
| bool | myNegated |
| DtAggregateSpatialModelPredicate::DtAggregateSpatialModelPredicate | ( | bool | negate = false | ) |
|
virtual |
destructor
| DtAggregateSpatialModelPredicate::DtAggregateSpatialModelPredicate | ( | const DtAggregateSpatialModelPredicate & | orig | ) |
copy constructor
|
virtual |
clone function
Reimplemented from DtCompositePredicate.