![]() |
VR-Forces 4.0.4 Class Documentation
|
Creator for a DtChannelManager. More...

Public Member Functions | |
| virtual DtChannelManager * | create (DtDe &anIG, DtWindow *window, DtChannelConfigurations &channelConfigs)=0 |
| Create a Channel Manager. | |
Static Public Member Functions | |
| static DtChannelManagerCreator & | instance (DtDe &anIG) |
| Get the channel creator instance for this IG object. | |
| static void | registerInstance (DtDe &anIG, DtChannelManagerCreator *anInstance) |
| Register the creator instance with an IG. | |
Creator for a DtChannelManager.
| static DtChannelManagerCreator& makVrv::DtChannelManagerCreator::instance | ( | DtDe & | anIG | ) | [static] |
Get the channel creator instance for this IG object.
| static void makVrv::DtChannelManagerCreator::registerInstance | ( | DtDe & | anIG, |
| DtChannelManagerCreator * | anInstance | ||
| ) | [static] |
Register the creator instance with an IG.
| virtual DtChannelManager* makVrv::DtChannelManagerCreator::create | ( | DtDe & | anIG, |
| DtWindow * | window, | ||
| DtChannelConfigurations & | channelConfigs | ||
| ) | [pure virtual] |
Create a Channel Manager.
Implemented in makVrv::DtOsgChannelManagerCreator.