10 #include <vlutil/vlString.h>
11 #include <vlutil/vlMachineTypes.h>
34 void setWarnedOnce(
bool);
35 bool warnedOnce()
const;
49 const DtVrfObject& pAggEntity,
bool excludeDestroyed);
virtual bool initializeSearch(const DtVrfObject &entity)
Override initializeSearch if you need to do some initialization at the start of the search process...
virtual bool inspectEntity(const DtVrfObject &entity)
Override inspectEntity to do any tests you want to do on base entities that are found in the search...
DtVrfObject is used to represent any type of simulated object (entities, aggregate, control objects) in a VR-Forces application.
Definition: vrfObject.h:215
DtSimSubordinateSearch & operator=(const DtSimSubordinateSearch &orig)
assignment operator; not implemented
bool warnedOnce() const
Definition: entIndependentlyTaskedSearch.h:69
Instances of DtEntIndependentlyTaskedSearch are used to search the echelon entity structure for ANY e...
Definition: entIndependentlyTaskedSearch.h:24
virtual bool searchSubordinates(const DtVrfObject &entity, bool excludeDestroyed)
SearchSubordinates will call searchSubtree on all the immediate children of a given pseudo aggregate...
bool myWarnedOnce
Member variables.
Definition: entIndependentlyTaskedSearch.h:61
class DtSimSubordinateSearch:
Definition: simSubordinateSearch.h:23
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
void setWarnedOnce(bool)
Definition: entIndependentlyTaskedSearch.h:64
class DtVrfObjectManager:
Definition: vrfObjectManager.h:201