10 #include <vlutil/vlString.h>
11 #include <vlutil/vlMachineTypes.h>
37 virtual const DtUUID& line()
const;
41 virtual void setLine(
const DtUUID&);
UUID is a unique ID wrapper class.
Definition: uuid.h:59
DtSimObjectReference myPhaseLine
Definition: entLeftOfLineSearch.h:71
DtSimSubordinateSearch & operator=(const DtSimSubordinateSearch &orig)
assignment operator; not implemented
bool myWarnedOnce
Definition: entLeftOfLineSearch.h:72
DtTacticalGraphicSimObjectFacade myTacticalGraphicSimObjectFacade
Definition: entLeftOfLineSearch.h:74
Contains the DtUUID class declaration.
void setWarnedOnce(bool b)
Definition: entLeftOfLineSearch.h:43
Instances of DtEntLeftOfLineSearch are used to search the echelon entity structure for ANY entities l...
Definition: entLeftOfLineSearch.h:23
bool warnedOnce() const
Definition: entLeftOfLineSearch.h:44
class DtSimSubordinateSearch:
Definition: simSubordinateSearch.h:24
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
DtUUID myLine
Member variables.
Definition: entLeftOfLineSearch.h:70
virtual bool searchSubordinates(DtSimObjectReference entity, bool excludeDestroyed)
SearchSubordinates will call searchSubtree on all the immediate children of a given pseudo aggregate...
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
virtual bool initializeSearch(DtSimObjectReference entity)
Override initializeSearch if you need to do some initialization at the start of the search process...
virtual bool inspectEntity(DtSimObjectReference entity)
Override inspectEntity to do any tests you want to do on base entities that are found in the search...