![]() |
VR-Forces 4.8 Class Documentation
|
creator for DtWeatherEffect More...

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