![]() |
VR-Forces 5.0.1 Developer's Guide
|
Factory that is used to create weather lightning areas.

Public Member Functions | |
| DtWeatherLightningFactory (DtDe &de) | |
| virtual | ~DtWeatherLightningFactory () |
| DtWeatherLightningFactory ()=delete | |
| DtWeatherLightningFactory (const DtWeatherLightningFactory &other)=delete | |
| DtWeatherLightningFactory & | operator= (const DtWeatherLightningFactory &other)=delete |
| virtual DtWeatherLightning * | create () const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtWeatherLightningFactory & | instance (DtDe &de) |
| static const std::string & | theClassName () |
Protected Attributes | |
| DtDe & | myDe |
| 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 |