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

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