![]() |
VR-Forces 4.0.4 Class Documentation
|
The abstract channel creator for the abstract channel class. More...

Public Member Functions | |
| virtual DtChannel * | create (DtDe &de, DtWindow *window, DtChannelConfiguration &)=0 |
| Create a Channel. | |
Static Public Member Functions | |
| static DtChannelCreator & | instance (DtDe &theIG) |
| Get the channel creator instance for this IG object. | |
| static void | registerInstance (DtDe &de, DtChannelCreator *instance) |
| Register the creator instance with an IG. | |
The abstract channel creator for the abstract channel class.
| static DtChannelCreator& makVrv::DtChannelCreator::instance | ( | DtDe & | theIG | ) | [static] |
Get the channel creator instance for this IG object.
| DtCorruptedState | if no instance is found. |
| static void makVrv::DtChannelCreator::registerInstance | ( | DtDe & | de, |
| DtChannelCreator * | instance | ||
| ) | [static] |
Register the creator instance with an IG.
| virtual DtChannel* makVrv::DtChannelCreator::create | ( | DtDe & | de, |
| DtWindow * | window, | ||
| DtChannelConfiguration & | |||
| ) | [pure virtual] |
Create a Channel.
Implemented in makVrv::DtOsgChannelCreator, and makVrv::DtExampleChannelCreator.