21 class DtOsgObserverObject;
22 class DtOverlayRenderer;
41 virtual void initialize(
const std::string& windowName,
const std::string& channelName);
44 virtual void update(
const std::string& observerName,
80 static void registerInstance(
DtDe& de,
int myXOffset
Definition: DtOsgSensorViewOverlay.h:61
int myChannelWidth
Definition: DtOsgSensorViewOverlay.h:59
DtSensorViewOverlay is responsible for creating and updating the overlay information on a sensor view...
Definition: DtSensorViewOverlay.h:26
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
std::list< DtOsgSensorViewOverlaySection * > myOverlaySections
The list of overlay sections.
Definition: DtOsgSensorViewOverlay.h:64
DtOsgSensorViewOverlaySectionCreators mySectionCreators
The list of overlay section creators to be used when creating a new sensor view overlay.
Definition: DtOsgSensorViewOverlay.h:108
Contains the data defining the current state of a sensor field of view.
Definition: DtSensorFieldOfViewData.h:23
std::list< DtOsgSensorViewOverlaySectionCreator * > DtOsgSensorViewOverlaySectionCreators
Definition: DtOsgSensorViewOverlaySection.h:91
int myYOffset
Definition: DtOsgSensorViewOverlay.h:62
std::string myChannelName
Definition: DtOsgSensorViewOverlay.h:57
int myChannelHeight
Definition: DtOsgSensorViewOverlay.h:60
DtOsgSensorViewOverlay is responsible for creating and updating the overlay information on a sensor v...
Definition: DtOsgSensorViewOverlay.h:32
std::string myWindowName
Definition: DtOsgSensorViewOverlay.h:56
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Definition: DtSensorViewOverlay.h:54
Responsible for creating new DtOsgSensorViewOverlays.
Definition: DtOsgSensorViewOverlay.h:72