![]() |
VR-Forces Developer's Guide
|
This class owns the osgViewer::CompositeViewer.

Public Member Functions | |
| DtOsgChannelManager (DtDe &de, DtWindow *window, DtChannelConfigurations &channelConfigs) | |
| virtual | ~DtOsgChannelManager () |
| virtual void | destroyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName) |
| osgViewer::CompositeViewer * | viewer () |
Public Member Functions inherited from makVrv::DtChannelManager | |
| virtual | ~DtChannelManager () |
| virtual DtChannel & | addChannel (const std::string &displayName, const std::string &windowName, const DtChannelConfiguration &wc) |
| virtual void | destroyChannels () |
| virtual bool | modifyChannel (const std::string &displayName, const std::string &windowName, const std::string &oldChannelName, const DtChannelConfiguration &config) |
| virtual const ChannelMap & | channels () const |
| virtual ChannelMap & | channels () |
| virtual bool | tick () |
| virtual void | realizeChannels (const std::string &windowName) |
| virtual void | updateAllChannelProjections () |
| DtChannel * | findChannelByName (const std::string &name) |
| const DtChannel * | findChannelByName (const std::string &name) const |
Protected Member Functions | |
| DtChannel * | realizeConfiguration (DtChannelConfiguration &config) |
Protected Member Functions inherited from makVrv::DtChannelManager | |
| DtChannelManager (DtDe &anIG, DtWindow *window, DtChannelConfigurations &channelConfigs) | |
Protected Attributes | |
| DtOsgRenderer * | myRenderer |
Protected Attributes inherited from makVrv::DtChannelManager | |
| DtDe & | myDe |
| DtChannelManagerSignaler & | mySignaler |
| DtWindow * | myWindow |
| DtChannelConfigurations & | myChannelConfigurations |
| ChannelMap | myChannels |
Additional Inherited Members | |
Public Types inherited from makVrv::DtChannelManager | |
| typedef std::map< std::string, DtChannel * > | ChannelMap |
| makVrv::DtOsgChannelManager::DtOsgChannelManager | ( | DtDe & | de, |
| DtWindow * | window, | ||
| DtChannelConfigurations & | channelConfigs | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Removes Window from CompositeViewer.
Reimplemented from makVrv::DtChannelManager.
| osgViewer::CompositeViewer* makVrv::DtOsgChannelManager::viewer | ( | ) |
|
protectedvirtual |
Realize a configuration.
Reimplemented from makVrv::DtChannelManager.
|
protected |