![]() |
VR-Forces 4.0.4 Class Documentation
|
This class owns the osgViewer::CompositeViewer. More...

Public Member Functions | |
| DtOsgChannelManager (DtDe &de, DtWindow *window, DtChannelConfigurations &channelConfigs) | |
| CTOR. | |
| virtual | ~DtOsgChannelManager () |
| DTOR. | |
| virtual void | destroyChannel (const std::string &displayName, const std::string &windowName, const std::string &channelName) |
| Removes Window from CompositeViewer. | |
| osgViewer::CompositeViewer * | viewer () |
Protected Member Functions | |
| DtChannel * | realizeConfiguration (DtChannelConfiguration &config) |
| Realize a configuration. | |
Protected Attributes | |
| DtOsgRenderer * | myRenderer |
This class owns the osgViewer::CompositeViewer.
| makVrv::DtOsgChannelManager::DtOsgChannelManager | ( | DtDe & | de, |
| DtWindow * | window, | ||
| DtChannelConfigurations & | channelConfigs | ||
| ) |
CTOR.
| virtual makVrv::DtOsgChannelManager::~DtOsgChannelManager | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtOsgChannelManager::destroyChannel | ( | const std::string & | displayName, |
| const std::string & | windowName, | ||
| const std::string & | channelName | ||
| ) | [virtual] |
Removes Window from CompositeViewer.
Reimplemented from makVrv::DtChannelManager.
| osgViewer::CompositeViewer* makVrv::DtOsgChannelManager::viewer | ( | ) |
| DtChannel* makVrv::DtOsgChannelManager::realizeConfiguration | ( | DtChannelConfiguration & | config | ) | [protected, virtual] |
Realize a configuration.
Reimplemented from makVrv::DtChannelManager.
DtOsgRenderer* makVrv::DtOsgChannelManager::myRenderer [protected] |