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

Protected Member Functions | |
| virtual bool | initializeSearch (const DtSimulationServices *vrfObjectManager) override |
| virtual bool | inspectEntity (DtSimObjectReference entity) override |
| virtual bool | searchSubordinates (DtSimObjectReference pAggEntity, bool excludeDestroyed) override |
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 | |
| DtUUID | myTarget |
| double | myRange |
| const Coordinate_System * | myLocalCS |
| DtSimObjectReference | myTargetObject |
| bool | myWarnedOnce |
| DtTacticalGraphicSimObjectFacade | myTacticalGraphicSimObjectFacade |
Protected Attributes inherited from DtSimSubordinateSearch | |
| DtString | myModifier |
| bool | myAnyFlag |
| bool | myResult |
| DtUUID | mySimulationObject |
| const DtSimulationServices * | mySimulationServices |
Private Member Functions | |
| DtEntInRangeSearch (const DtEntInRangeSearch &orig) | |
| DtEntInRangeSearch & | operator= (const DtEntInRangeSearch &orig) |
| DtEntInRangeSearch::DtEntInRangeSearch | ( | ) |
default constructor
| DtEntInRangeSearch::DtEntInRangeSearch | ( | const DtUUID & | area | ) |
|
overridevirtual |
destructor
|
private |
copy constructor; not implemented
|
virtual |
Get the target.
|
virtual |
Set the target.
| void DtEntInRangeSearch::setCoordinateSystem | ( | const Coordinate_System * | cs | ) |
| const Coordinate_System* DtEntInRangeSearch::coordinateSystem | ( | ) |
|
inline |
References myWarnedOnce.
|
inline |
References myWarnedOnce.
|
overrideprotectedvirtual |
Function to initialize the search, it looks up area name so that it won't have to do it for each test.
Reimplemented from DtSimSubordinateSearch.
|
overrideprotectedvirtual |
Test any and all entities to find one that is in the area.
Reimplemented from DtSimSubordinateSearch.
|
overrideprotectedvirtual |
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 |
Member variables.
|
protected |
Referenced by range(), and setRange().
|
protected |
|
protected |
|
protected |
Referenced by setWarnedOnce(), and warnedOnce().
|
protected |