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

Public Member Functions | |
| DtGroundFogPatchCreator (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtGroundFogPatchCreator () |
| DTOR. More... | |
| virtual DtGroundFogPatch * | create (int gridSize, float patchSize) const |
| Create an instance of a DtGroundFogPatch. 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 DtGroundFogPatchCreator & | instance (DtDe &de) |
| Get the creator for the DtGroundFogPatch use de.registerInstance(DtGroundFogPatchCreator::theClassName()) to override this creator. More... | |
| static const std::string & | theClassName () |
| Class name for this class ("DtGroundFogPatchCreator") More... | |
Protected Attributes | |
| DtDe & | myDe |
Private Member Functions | |
| DtGroundFogPatchCreator (const DtGroundFogPatchCreator &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtGroundFogPatchCreator & | operator= (const DtGroundFogPatchCreator &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
creator for DtGroundFogPatch
| makVrv::DtGroundFogPatchCreator::DtGroundFogPatchCreator | ( | 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 DtGroundFogPatch.
| gridSize | The number of cells in 1 row of the patch. |
| patchSize | The world space size of 1 row of the patch. |
|
static |
Get the creator for the DtGroundFogPatch use de.registerInstance(DtGroundFogPatchCreator::theClassName()) to override this creator.
|
static |
Class name for this class ("DtGroundFogPatchCreator")
|
protected |