21 class DtOsgObserverObject;
22 class DtOverlayRenderer;
23 class DtSensorFieldOfViewData;
41 unsigned int channelWidth,
unsigned int channelHeight,
unsigned int channelXOffset,
42 unsigned int channelYOffset);
45 virtual void setChannelSize(
unsigned int channelWidth,
unsigned int channelHeight,
46 unsigned int channelXOffset,
unsigned int channelYOffset );
50 virtual double currentToInitialSizeRatio()
const;
unsigned int myChannelHeight
Definition: DtOsgSensorViewOverlaySection.h:66
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:77
DtOsgSensorViewOverlaySection is an abstract base class representing a class responsible for creating...
Definition: DtOsgSensorViewOverlaySection.h:31
makVrv::DtDe & myDe
Definition: DtOsgSensorViewOverlaySection.h:64
Contains the data defining the current state of a sensor field of view.
Definition: DtSensorFieldOfViewData.h:23
std::list< DtOsgSensorViewOverlaySectionCreator * > DtOsgSensorViewOverlaySectionCreators
Definition: DtOsgSensorViewOverlaySection.h:92
Contains makVrv::DtVirtualBaseClass class.
unsigned int myXOffset
Definition: DtOsgSensorViewOverlaySection.h:71
unsigned int myYOffset
Definition: DtOsgSensorViewOverlaySection.h:72
unsigned int myChannelWidth
Definition: DtOsgSensorViewOverlaySection.h:65
unsigned int myBaseChannelWidth
Definition: DtOsgSensorViewOverlaySection.h:68
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:72
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:69
The DtOverlayRenderer implements the overlay concept. An overlay is a 2D scene that is drawn on top o...
Definition: DtOverlayRenderer.h:69