VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Types | Protected Attributes
makVrv::DtWeatherLayerFactory Class Reference

Factory that is used to create weather layers. More...

Inheritance diagram for makVrv::DtWeatherLayerFactory:
Inheritance graph
[legend]

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 DtWeatherLayercreate (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 DtWeatherLayerFactoryinstance (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

DtDemyDe
 
RegistrationMap myCreators
 

Detailed Description

Factory that is used to create weather layers.

Member Typedef Documentation

typedef boost::unordered_map<std::string, DtWeatherLayerCreator*> makVrv::DtWeatherLayerFactory::RegistrationMap
protected

Constructor & Destructor Documentation

makVrv::DtWeatherLayerFactory::DtWeatherLayerFactory ( DtDe de)

CTOR.

virtual makVrv::DtWeatherLayerFactory::~DtWeatherLayerFactory ( )
virtual

DTOR.

Member Function Documentation

static DtWeatherLayerFactory& makVrv::DtWeatherLayerFactory::instance ( DtDe de)
static

Get the instance for the DtWeatherLayerFactory use de.registerInstance(DtWeatherLayerFactory::theClassName()) to override this creator.

static const std::string& makVrv::DtWeatherLayerFactory::theClassName ( )
static

Class name for this class ("DtWeatherLayerFactory")

virtual void makVrv::DtWeatherLayerFactory::registerCreator ( const std::string &  name,
DtWeatherLayerCreator creator 
)
virtual

register a creator

virtual DtWeatherLayer* makVrv::DtWeatherLayerFactory::create ( const std::string &  name) const
virtual

create a policy, given the name

Member Data Documentation

DtDe& makVrv::DtWeatherLayerFactory::myDe
protected
RegistrationMap makVrv::DtWeatherLayerFactory::myCreators
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)