38 virtual void startUsingSensor(
DtSensor* sensor);
41 virtual void stopUsingSensor(
DtSensor* sensor);
44 virtual void slot_sensorRemoved(
DtSensor* sensor);
50 void resetInitalized();
53 virtual void initialize();
56 virtual void preUpdate();
59 virtual void postUpdate();
62 virtual void initializeRTTCamera();
65 virtual bool forceHdrLuminanceOverride();
68 virtual void calculateNearFar(
double& zNear,
double& zFar);
DtOsgChannel * myOsgChannel
Definition: DtOsgChannelSensor.h:83
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv::DtOsgChannel class.
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DtSignalConnectionManager myConnections
Definition: DtOsgChannelSensor.h:82
Definition: DtOsgChannelSensor.h:22
bool mySensorInitialized
Definition: DtOsgChannelSensor.h:85
This class provides the OSG-specific implementation of a DtChannel.
Definition: DtOsgChannel.h:55
The channel sensor creator for the DtOsgChannelSensor used for camerafx.
Definition: DtOsgChannelSensor.h:90
Contains makVrv::DtVirtualBaseClass class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Definition of a sensor.
Definition: DtSensor.h:30
DtSensor * mySensor
Definition: DtOsgChannelSensor.h:84
Base class to provide boost signal/slot management.
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
DtDe & myDe
Definition: DtOsgChannelSensor.h:81