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.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
unsigned int myInitialChannelHeight
Definition: DtOsgSensorViewOverlaySection.h:68
Responsible for creating new DtOsgSensorViewOverlaySections.
Definition: DtOsgSensorViewOverlaySection.h:76
DtOsgSensorViewOverlaySection is an abstract base class representing a class responsible for creating...
Definition: DtOsgSensorViewOverlaySection.h:31
makVrv::DtDe & myDe
Definition: DtOsgSensorViewOverlaySection.h:64
unsigned int myInitialChannelWidth
Definition: DtOsgSensorViewOverlaySection.h:67
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
Contains makVrv::DtVirtualBaseClass class.
unsigned int myXOffset
Definition: DtOsgSensorViewOverlaySection.h:70
unsigned int myYOffset
Definition: DtOsgSensorViewOverlaySection.h:71
unsigned int myChannelWidth
Definition: DtOsgSensorViewOverlaySection.h:65
Contains makVrv::DtUniqueID type.
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
This abstract base class defines the interface for OS-specific keyboard and mouse event listeners...
Definition: DtOsgObserverObject.h:45
The DtOverlayRenderer implements the overlay concept.
Definition: DtOverlayRenderer.h:23