13 #ifndef DtOsgChannelManager_H_
14 #define DtOsgChannelManager_H_
23 class CompositeViewer;
46 virtual void destroyChannel(
const std::string& displayName,
const std::string& windowName,
47 const std::string& channelName);
49 osgViewer::CompositeViewer* viewer();
52 virtual void setIncrementalCompileOption(
bool enable);
56 virtual void setMaxPagedLODs(
int maxPagedLODs );
Abstract Base class.
Definition: DtWindow.h:25
The DtOsgRenderer is the component responsible for rendering 3D images onto the screen via OpenSceneG...
Definition: DtOsgRenderer.h:125
Contains makVrv::DtChannelManager class.
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
Creator for a DtChannelManager.
Definition: DtChannelManager.h:135
Contains DT_VIRTUAL_CTR DT_VIRTUAL_COPY_ASSIGN DT_VIRTUAL_BASE_CTR DT_PURE_VIRTUAL_CTR DT_VIRTUAL_CTR...
DtOsgRenderer * myRenderer
Definition: DtOsgChannelManager.h:63
The abstract Channel Class.
Definition: DtChannel.h:29
Base class for handling DtChannels.
Definition: DtChannelManager.h:35
Configuration for a single channel Serialized and sent to remote displays as necessary to configure r...
Definition: DtChannelConfiguration.h:26
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
This class owns the osgViewer::CompositeViewer.
Definition: DtOsgChannelManager.h:33
Definition: DtOsgChannelManager.h:67
Contains makVrv::DtViewConfiguration class.