![]() |
VR-Forces 4.6.1 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. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
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 |
Get the channel creator instance for this IG object.
| DtCorruptedState | if no instance is found. |
|
static |
Register the creator instance with an IG.
|
pure virtual |
Create a Channel.
Implemented in makVrv::DtOsgChannelCreator, makVrv::DtOculusChannelCreator, makVrv::vrvScalableDisplay::DtScalableOsgChannelCreator, and makVrv::DtExampleChannelCreator.