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

Public Member Functions | |
| DtWeatherLayerFactory (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtWeatherLayerFactory () |
| DTOR. More... | |
| virtual DtWeatherLayer * | create (DtWeatherLayer::LayerType layerType) 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 DtWeatherLayerFactory & | instance (DtDe &de) |
| Get the instance for the DtWeatherLayerFactory use de.registerInstance(DtWeatherLayerFactory::theClassName()) to override this creator. More... | |
| static const std::string & | theClassName () |
| Class name for this class ("DtWeatherLayerFactory") More... | |
Protected Attributes | |
| DtDe & | myDe |
Factory that is used to create weather layers.
| makVrv::DtWeatherLayerFactory::DtWeatherLayerFactory | ( | DtDe & | de | ) |
CTOR.
|
virtual |
DTOR.
|
static |
Get the instance for the DtWeatherLayerFactory use de.registerInstance(DtWeatherLayerFactory::theClassName()) to override this creator.
|
static |
Class name for this class ("DtWeatherLayerFactory")
|
virtual |
create a layer of the given type
|
protected |