8 #include <vlutil/vlString.h>
9 #include <vlutil/vlMachineTypes.h>
35 void setAltitude(
double);
36 double altitude()
const;
52 virtual bool atAltitude(
const DtVector&,
double alt,
const DtString& oper)
const;
DtSimSubordinateSearch & operator=(const DtSimSubordinateSearch &orig)
assignment operator; not implemented
class DtSimSubordinateSearch:
Definition: simSubordinateSearch.h:24
double myAltitude
Definition: entAltitudeSearch.h:62
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
void setOper(const DtString &)
Definition: entAltitudeSearch.h:66
DtString myOperator
Definition: entAltitudeSearch.h:63
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...
double altitude() const
Definition: entAltitudeSearch.h:81
virtual bool inspectEntity(DtSimObjectReference entity)
Override inspectEntity to do any tests you want to do on base entities that are found in the search...
void setAltitude(double)
Definition: entAltitudeSearch.h:76
const DtString & oper() const
Definition: entAltitudeSearch.h:71
class DtEntAltitudeSearch:
Definition: entAltitudeSearch.h:22