22 class DtOsgObserverObject;
23 class DtOverlayRenderer;
24 class DtSensorFieldOfViewData;
42 unsigned int channelWidth,
unsigned int channelHeight,
unsigned int channelXOffset,
43 unsigned int channelYOffset);
46 virtual void setChannelSize(
unsigned int channelWidth,
unsigned int channelHeight,
47 unsigned int channelXOffset,
unsigned int channelYOffset );
51 virtual double currentToInitialSizeRatio()
const;
59 virtual const std::string& sectionName()
const = 0;
unsigned int myChannelHeight
Definition: DtOsgSensorViewOverlaySection.h:71
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
Responsible for creating new DtOsgSensorViewOverlaySections.
Definition: DtOsgSensorViewOverlaySection.h:82
DtOsgSensorViewOverlaySection is an abstract base class representing a class responsible for creating...
Definition: DtOsgSensorViewOverlaySection.h:32
makVrv::DtDe & myDe
Definition: DtOsgSensorViewOverlaySection.h:69
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
Contains makVrv::DtVirtualBaseClass class.
unsigned int myXOffset
Definition: DtOsgSensorViewOverlaySection.h:76
unsigned int myYOffset
Definition: DtOsgSensorViewOverlaySection.h:77
unsigned int myChannelWidth
Definition: DtOsgSensorViewOverlaySection.h:70
unsigned int myBaseChannelWidth
Definition: DtOsgSensorViewOverlaySection.h:73
Contains makVrv::DtUniqueID type.
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
This abstract base class defines the interface for OS-specific keyboard and mouse event listeners...
Definition: DtOsgObserverObject.h:49
unsigned int myBaseChannelHeight
Definition: DtOsgSensorViewOverlaySection.h:74
The DtOverlayRenderer implements the overlay concept. An overlay is a 2D scene that is drawn on top o...
Definition: DtOverlayRenderer.h:67