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

Public Member Functions | |
| DtWeatherPrecipitationShaftFactory (DtDe &de) | |
| virtual | ~DtWeatherPrecipitationShaftFactory () |
| DtWeatherPrecipitationShaftFactory ()=delete | |
| DtWeatherPrecipitationShaftFactory (const DtWeatherPrecipitationShaftFactory &other)=delete | |
| DtWeatherPrecipitationShaftFactory & | operator= (const DtWeatherPrecipitationShaftFactory &other)=delete |
| virtual DtWeatherPrecipitationShaft * | create () const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtWeatherPrecipitationShaftFactory & | instance (DtDe &de) |
| static const std::string & | theClassName () |
Protected Attributes | |
| DtDe & | myDe |
| makVrv::DtWeatherPrecipitationShaftFactory::DtWeatherPrecipitationShaftFactory | ( | 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 DtWeatherPrecipitationShaftFactory use de.registerInstance(DtWeatherPrecipitationShaftFactory::theClassName()) to override this creator.
|
static |
Class name for this class ("DtWeatherPrecipitationShaftFactory")
|
virtual |
create a layer of the given type
|
protected |