![]() |
VR-Forces 5.0.2 Developer's Guide
|

Public Member Functions | |
| DtEntDiGuySearch () | |
| virtual | ~DtEntDiGuySearch () |
| virtual void | setSearchType (DtDiGuyStringTypeEnum type) |
| virtual DtDiGuyStringTypeEnum | searchType () const |
| virtual void | setDiGuySearchString (const DtString &name) |
| virtual const DtString & | diGuySearchString () const |
Public Member Functions inherited from DtSimSubordinateSearch | |
| DtSimSubordinateSearch () | |
| virtual | ~DtSimSubordinateSearch ()=0 |
| bool | search (const DtUUID &search, DtLocalObject *owner, const DtSimulationServices *) |
| virtual const DtString & | modifier () const |
| virtual void | setModifier (const DtString &modifier) |
| virtual bool | searchBelow (DtSimObjectReference entity, bool excludeDestroyed) |
| virtual bool | searchBelow (DtLocalObject *entity, DtSimObjectReference targetOfCheck, bool excludeDestroyed) |
| virtual bool | searchBelow (int iForce, bool excludeDestroyed) |
| virtual bool | result () |
| virtual bool | isTopLevelEntity (const DtString &entity) const |
| virtual bool | isValidEntity (DtSimObjectReference entity) |
| virtual int | forceType (const DtString &entity) const |
| virtual const DtUUID & | simulationObject () const |
Protected Member Functions | |
| virtual bool | initializeSearch (const DtSimulationServices *vrfObjectManager) |
| virtual bool | inspectEntity (DtSimObjectReference entity) |
| virtual bool | searchSubordinates (DtSimObjectReference pAggEntity, bool excludeDestroyed) |
Protected Member Functions inherited from DtSimSubordinateSearch | |
| virtual bool | initializeSearch (DtSimObjectReference entity) |
| virtual bool | isForSelfOnly () const |
| virtual bool | inspectEntity (DtLocalObject *entity, DtSimObjectReference targetOfCheck) |
| virtual bool | inspectTopLevelEntity (DtSimObjectReference entity, bool excludeDestroyed) |
| virtual bool | inspectAggregateEntity (DtSimObjectReference entity, bool excludeDestroyed) |
| virtual bool | searchSubtree (DtSimObjectReference entity, bool excludeDestroyed) |
| virtual bool | searchSubtree (DtLocalObject *entity, DtSimObjectReference targetOfCheck, bool excludeDestroyed) |
Protected Attributes | |
| DtDiGuyStringTypeEnum | myDiGuySearchType |
| DtString | myDiGuySearchString |
Protected Attributes inherited from DtSimSubordinateSearch | |
| DtString | myModifier |
| bool | myAnyFlag |
| bool | myResult |
| DtUUID | mySimulationObject |
| const DtSimulationServices * | mySimulationServices |
Private Member Functions | |
| DtEntDiGuySearch (const DtEntDiGuySearch &orig) | |
| DtEntDiGuySearch & | operator= (const DtEntDiGuySearch &orig) |
| DtEntDiGuySearch::DtEntDiGuySearch | ( | ) |
default constructor
|
virtual |
destructor
|
private |
copy constructor; not implemented
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
Function to initialize the search.
Reimplemented from DtSimSubordinateSearch.
|
protectedvirtual |
Test any and all entities to find one that matches the string.
Reimplemented from DtSimSubordinateSearch.
|
protectedvirtual |
Controls whether subordinates of a specified pseudo-aggregate are searched. If the "ANY" modifier was specified, it calls the base class version, otherwise it just returns false.
Reimplemented from DtSimSubordinateSearch.
|
private |
assignment operator; not implemented
|
protected |
|
protected |