19 class DtOsgSensorViewCompassOverlaySection;
46 virtual void initialize(
const std::string& observerName,
const std::string& windowName,
const std::string& channelName);
makVrv::DtSensorFieldOfViewData & fovData()
Return a reference to the DtSensorFieldOfViewData object, which holds the static information about th...
DtGimbalCompassOverlaySection * mySensorViewCompassOverlaySection
Definition: DtGimbalSensorOverlay.h:66
DtGimbalCompassOverlaySection extends DtOsgSensorViewCompassOverlaySection so that it can override it...
Definition: DtGimbalCompassOverlaySection.h:29
std::string myObserverName
Definition: DtGimbalSensorOverlay.h:64
virtual void setGimbalOrientation(double ori)
Pass the current the topocentric orientation of the gimbal down to the DtGimbalCompassOverlaySection...
DtGimbalSensorOverlay is a wrapper around the two primary classes used to create a DtSensorViewOverla...
Definition: DtGimbalSensorOverlay.h:33
virtual void setPlatformTopoOrientation(double ori)
Pass the current topocentric platform orientation down to the DtGimbalCompassOverlaySection, in radians (0 to 2*PI)
makVrv::DtDe & myDe
Definition: DtGimbalSensorOverlay.h:61
Contains the data defining the current state of a sensor field of view.
Definition: DtSensorFieldOfViewData.h:23
A facade for a DtObserverObject.
Definition: DtObserver.h:38
Contains makVrv::DtVirtualBaseClass class.
virtual ~DtGimbalSensorOverlay()
Virtual DTOR.
makVrv::DtSensorFieldOfViewData myGimbalSensorViewData
Definition: DtGimbalSensorOverlay.h:63
DtGimbalSensorOverlay()=delete
Deleted default constructor.
makVrv::DtObserver * myObserver
Definition: DtGimbalSensorOverlay.h:65
DtOsgSensorViewOverlay is responsible for creating and updating the overlay information on a sensor v...
Definition: DtOsgSensorViewOverlay.h:35
makVrv::DtOsgSensorViewOverlay * mySensorOverlayDrawer
Definition: DtGimbalSensorOverlay.h:62
virtual void initialize(const std::string &observerName, const std::string &windowName, const std::string &channelName)
Set up the sensor overlay drawer; look up and cache a pointer to the DtGimbalCompassOverlaySection.
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:76
virtual void update()
Set the current zoom level and then call the sensor overlay drawer.