![]() |
VR-Forces 4.10 Class Documentation
|
creator for DtGpuCulling More...

Public Member Functions | |
| DtGpuCullingCreator (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtGpuCullingCreator () |
| DTOR. More... | |
| virtual DtGpuCulling * | create (DtInstanceContainer &container) const |
| Create an instance of a DtGpuCulling. 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 DtGpuCullingCreator & | instance (DtDe &de) |
| Get the creator for the DtGpuCulling use de.registerInstance(DtGpuCullingCreator::theClassName()) to override this creator. More... | |
| static const std::string & | theClassName () |
| Class name for this class ("DtGpuCullingCreator") More... | |
Protected Attributes | |
| DtDe & | myDe |
creator for DtGpuCulling
| makVrv::DtGpuCullingCreator::DtGpuCullingCreator | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Create an instance of a DtGpuCulling.
|
static |
Get the creator for the DtGpuCulling use de.registerInstance(DtGpuCullingCreator::theClassName()) to override this creator.
|
static |
Class name for this class ("DtGpuCullingCreator")
|
protected |