![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtLightPointDrawableCreator (DtDe &de) | |
| virtual | ~DtLightPointDrawableCreator () |
| virtual DtLightPointDrawable * | create () const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtLightPointDrawableCreator & | instance (DtDe &de) |
| static const std::string & | theClassName () |
Protected Attributes | |
| DtDe & | myDe |
| makVrv::DtLightPointDrawableCreator::DtLightPointDrawableCreator | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Create an instance of a DtLightPointDrawable.
|
static |
Get the creator for the DtLightPointDrawable use de.registerInstance(DtLightPointDrawableCreator::theClassName(),) to override this creaor.
|
static |
Class name for this class.
|
protected |