![]() |
VR-Forces 4.10 Class Documentation
|
Factory that is used to create weather lightning areas. More...

Public Member Functions | |
| DtWeatherLightningFactory (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtWeatherLightningFactory () |
| DTOR. More... | |
| DtWeatherLightningFactory ()=delete | |
| Default Constructor not implemented. More... | |
| DtWeatherLightningFactory (const DtWeatherLightningFactory &other)=delete | |
| Copy Constructor not implemented - Copy not allowed. More... | |
| DtWeatherLightningFactory & | operator= (const DtWeatherLightningFactory &other)=delete |
| Assignment Operator not implemented - Assignment not allowed. More... | |
| virtual DtWeatherLightning * | create () const |
| create a layer of the given type 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 DtWeatherLightningFactory & | instance (DtDe &de) |
| Get the instance for the DtWeatherLightningFactory use de.registerInstance(DtWeatherLightningFactory::theClassName()) to override this creator. More... | |
| static const std::string & | theClassName () |
| Class name for this class ("DtWeatherLightningFactory") More... | |
Protected Attributes | |
| DtDe & | myDe |
Factory that is used to create weather lightning areas.
| makVrv::DtWeatherLightningFactory::DtWeatherLightningFactory | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
delete |
Default Constructor not implemented.
|
delete |
Copy Constructor not implemented - Copy not allowed.
|
delete |
Assignment Operator not implemented - Assignment not allowed.
|
static |
Get the instance for the DtWeatherLightningFactory use de.registerInstance(DtWeatherLightningFactory::theClassName()) to override this creator.
|
static |
Class name for this class ("DtWeatherLightningFactory")
|
virtual |
create a layer of the given type
|
protected |