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

Public Member Functions | |
| DtWindowPolygonInstanceCreator (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtWindowPolygonInstanceCreator () |
| DTOR. More... | |
| virtual DtWindowPolygonInstance * | create () |
| Create a DtWindowPolygonInstance, and calls createPolygon() 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 DtWindowPolygonInstanceCreator & | instance (DtDe &de) |
| Get DtWindowPolygonInstanceCreator for this display engine object. More... | |
| static void | registerInstance (DtDe &de, DtWindowPolygonInstanceCreator *instance) |
| Register the creator instance with the IG. More... | |
Protected Attributes | |
| DtDe & | myDe |
Creator for DtWindowPolygonInstance, will throw if you create on it.
osg creator is registered in vrvOsg.
| makVrv::DtWindowPolygonInstanceCreator::DtWindowPolygonInstanceCreator | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
static |
Get DtWindowPolygonInstanceCreator for this display engine object.
|
static |
Register the creator instance with the IG.
|
virtual |
Create a DtWindowPolygonInstance, and calls createPolygon() on it.
Reimplemented in makVrv::DtOsgWindowPolygonInstanceCreator.
|
protected |