13 class DtOsgExtrudedPolygonModel;
29 virtual void updateRadarCoverage(
DtTime);
32 virtual void createRadarCoverageModel();
33 virtual std::map<double, DtVrfExtendedIntervisibilitySettingsData::Color> altitudeBasedColor(
const std::set<double>& altitudesUsed)
const;
35 virtual DtVector adjustPointToBeAtLeast(
const DtVector& point,
double alt)
const;
36 virtual std::set<double> altitude3DChecks(
const DtVector& start,
double circleRadius,
37 double elevationStep,
double elevationRange)
const;
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:23
Class which will keep track of sensor fan los object (spokes between an origin and the outer rim of t...
Definition: attachableSensorFanUpdater.h:37
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Class which will draw a 3D radar coverage dome based on data supplied.
Definition: attachable3DSensorFanUpdater.h:20