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

Public Member Functions | |
| DtWeatherLayerFactory (DtDe &de) | |
| CTOR. More... | |
| virtual | ~DtWeatherLayerFactory () |
| DTOR. More... | |
| virtual void | registerCreator (const std::string &name, DtWeatherLayerCreator *creator) |
| register a creator More... | |
| virtual DtWeatherLayer * | create (const std::string &name) const |
| create a policy, given the name 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 Types | |
| typedef boost::unordered_map < std::string, DtWeatherLayerCreator * > | RegistrationMap |
Protected Attributes | |
| DtDe & | myDe |
| RegistrationMap | myCreators |
Factory that is used to create weather layers.
|
protected |
| 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 |
register a creator
|
virtual |
create a policy, given the name
|
protected |
|
protected |