![]() |
VR-Forces 4.10 Class Documentation
|
Creator for DtWindowLineInstance, will throw if you create on it. More...

Public Member Functions | |
| DtWindowLineInstanceCreator (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtWindowLineInstanceCreator () |
| DTOR. More... | |
| virtual DtWindowLineInstance * | create () |
| Create a DtWindowLineInstance, and calls createLine() on it. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtWindowLineInstanceCreator & | instance (DtDe &de) |
| Get DtWindowLineInstanceCreator for this display engine object. More... | |
| static void | registerInstance (DtDe &de, DtWindowLineInstanceCreator *instance) |
| Register the creator instance with the IG. More... | |
Protected Attributes | |
| DtDe & | myDe |
Creator for DtWindowLineInstance, will throw if you create on it.
osg creator is registered in vrvOsg.
| makVrv::DtWindowLineInstanceCreator::DtWindowLineInstanceCreator | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
static |
Get DtWindowLineInstanceCreator for this display engine object.
|
static |
Register the creator instance with the IG.
|
virtual |
Create a DtWindowLineInstance, and calls createLine() on it.
Reimplemented in makVrv::DtOsgWindowLineInstanceCreator.
|
protected |