24 class DtOsgObserverObject;
25 class DtOverlayRenderer;
46 virtual void initialize(
const std::string& windowName,
const std::string& channelName);
49 virtual void update(
const std::string& observerName,
95 static void registerInstance(
DtDe& de,
int myXOffset
Definition: DtOsgSensorViewOverlay.h:76
int myChannelWidth
Definition: DtOsgSensorViewOverlay.h:74
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
DtOsgSensorViewOverlaySection is an abstract base class representing a class responsible for creating...
Definition: DtOsgSensorViewOverlaySection.h:32
std::map< std::string, DtOsgSensorViewOverlaySection * > DtOverlaySectionMap
Definition: DtOsgSensorViewOverlay.h:40
DtOverlaySectionMap myOverlaySections
The map of overlay sections.
Definition: DtOsgSensorViewOverlay.h:80
DtOsgSensorViewOverlaySectionCreators mySectionCreators
The list of overlay section creators to be used when creating a new sensor view overlay.
Definition: DtOsgSensorViewOverlay.h:123
Contains the data defining the current state of a sensor field of view.
Definition: DtSensorFieldOfViewData.h:23
std::list< DtOsgSensorViewOverlaySectionCreator * > DtOsgSensorViewOverlaySectionCreators
Definition: DtOsgSensorViewOverlaySection.h:97
int myYOffset
Definition: DtOsgSensorViewOverlay.h:77
std::string myChannelName
Definition: DtOsgSensorViewOverlay.h:72
int myChannelHeight
Definition: DtOsgSensorViewOverlay.h:75
DtOsgSensorViewOverlay is responsible for creating and updating the overlay information on a sensor v...
Definition: DtOsgSensorViewOverlay.h:35
std::string myWindowName
Definition: DtOsgSensorViewOverlay.h:71
Contains DLL export macros.
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
Definition: DtSensorViewOverlay.h:54
Responsible for creating new DtOsgSensorViewOverlays. Provides a list of overlay section creators to ...
Definition: DtOsgSensorViewOverlay.h:88