33 virtual void tick(
double dt);
36 virtual bool haveValidUpperLeftCorner()
const;
40 virtual bool haveValidUpperRightCorner()
const;
41 virtual bool haveValidLowerRightCorner()
const;
42 virtual bool haveValidLowerLeftCorner()
const;
46 virtual DtVector upperLeftCorner()
const;
48 virtual DtVector upperRightCorner()
const;
49 virtual DtVector lowerRightCorner()
const;
50 virtual DtVector lowerLeftCorner()
const;
55 virtual void updateTargetCorners();
virtual DtVideoStream * videoStream(const DtUnicode &streamName)
Get a video stream by name.
A DtVideoStream instance will create a single streaming video pipeline on the channel indicated by wi...
Definition: DtVideoStream.h:33
This class provides the OSG-specific implementation of a DtChannel.
Definition: DtOsgChannel.h:75
Contains makVrv::DtVideoStreamManager class.
DtVideoStreamManager is a singleton class that manages DtVideoStreams in VR-Vantage.
Definition: DtVideoStreamManager.h:35
const char * DtNtifMetadataPublisherName
#define DT_DLL_RFXSERVER
Definition: include/radarFxServer/export.h:15
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69