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

Public Member Functions | |
| DtGroundFogEffectCreator (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtGroundFogEffectCreator () |
| DTOR. More... | |
| virtual DtGroundFogEffect * | create (int particleCount, float particleSize, float radius) const |
| Create an instance of a DtGroundFogEffect. 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 DtGroundFogEffectCreator & | instance (DtDe &de) |
| Get the creator for the DtGroundFogEffect use de.registerInstance(DtGroundFogEffectCreator::theClassName()) to override this creator. More... | |
| static const std::string & | theClassName () |
| Class name for this class ("DtGroundFogEffectCreator") More... | |
Protected Attributes | |
| DtDe & | myDe |
Private Member Functions | |
| DtGroundFogEffectCreator (const DtGroundFogEffectCreator &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtGroundFogEffectCreator & | operator= (const DtGroundFogEffectCreator &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
creator for DtGroundFogEffect
| makVrv::DtGroundFogEffectCreator::DtGroundFogEffectCreator | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
private |
Copy Constructor not implemented – Copy Not Allowed.
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
Create an instance of a DtGroundFogEffect.
|
static |
Get the creator for the DtGroundFogEffect use de.registerInstance(DtGroundFogEffectCreator::theClassName()) to override this creator.
|
static |
Class name for this class ("DtGroundFogEffectCreator")
|
protected |