![]() |
VR-Forces 4.8 Class Documentation
|
Factory for creating DtMunitionDispersalParamss. More...
Public Member Functions | |
| DtMunitionDispersalParamsFactory () | |
| default constructor More... | |
| virtual | ~DtMunitionDispersalParamsFactory () |
| destructor More... | |
| virtual void | addCreatorFcn (const DtString &type, DtMunitionDispersalParamsCreatorFcn fcn) |
| Add a creator function to the factory. More... | |
| virtual DtMunitionDispersalParams * | createDispersalParams (const DtString &type) |
Protected Types | |
| typedef std::map< DtString, DtMunitionDispersalParamsCreatorFcn > | DtMunitionDispersalParamsCreatorMap |
Protected Attributes | |
| DtMunitionDispersalParamsCreatorMap | myCreatorMap |
Private Member Functions | |
| DtMunitionDispersalParamsFactory (const DtMunitionDispersalParamsFactory &orig) | |
| copy constructor - not implemented More... | |
| DtMunitionDispersalParamsFactory & | operator= (const DtMunitionDispersalParamsFactory &orig) |
| assignment operator - not implemented More... | |
Factory for creating DtMunitionDispersalParamss.
|
protected |
| DtMunitionDispersalParamsFactory::DtMunitionDispersalParamsFactory | ( | ) |
default constructor
|
virtual |
destructor
|
private |
copy constructor - not implemented
|
virtual |
Add a creator function to the factory.
|
virtual |
|
private |
assignment operator - not implemented
|
protected |