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

Public Member Functions | |
| DtWeatherLayerFactory (DtDe &de) | |
| virtual | ~DtWeatherLayerFactory () |
| virtual DtWeatherLayer * | create (DtWeatherLayer::LayerType layerType) const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtWeatherLayerFactory & | instance (DtDe &de) |
| static const std::string & | theClassName () |
Protected Attributes | |
| DtDe & | myDe |
| 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 |