![]() |
VR-Forces 4.0.4 Class Documentation
|
DtVrfObjectParameterFactory is a hashlist of DtSimObjectParametersCreatorFcn, indexed by a string type that represents the type of parameters to create. More...

Public Member Functions | |
| DtVrfObjectParameterFactory () | |
| constructor | |
| DtVrfObjectParameterFactory (const DtVrfObjectParameterFactory &orig) | |
| copy constructor | |
| const DtVrfObjectParameterFactory & | operator= (const DtVrfObjectParameterFactory &orig) |
| assignment operator | |
| virtual | ~DtVrfObjectParameterFactory () |
| destructor: deletes factory and any entries on the factory | |
| virtual void | addCreatorFcn (const DtString &type, DtSimObjectParametersCreatorFcn fcn) |
| add a creator function to the factory | |
| virtual DtVrfObjectParameters * | createParameters (const DtString &type) |
Static Public Member Functions | |
| static DtVrfObjectParameterFactory * | create () |
DtVrfObjectParameterFactory is a hashlist of DtSimObjectParametersCreatorFcn, indexed by a string type that represents the type of parameters to create.
constructor
| DtVrfObjectParameterFactory::DtVrfObjectParameterFactory | ( | const DtVrfObjectParameterFactory & | orig | ) |
copy constructor
| virtual DtVrfObjectParameterFactory::~DtVrfObjectParameterFactory | ( | ) | [virtual] |
destructor: deletes factory and any entries on the factory
| const DtVrfObjectParameterFactory& DtVrfObjectParameterFactory::operator= | ( | const DtVrfObjectParameterFactory & | orig | ) |
assignment operator
| virtual void DtVrfObjectParameterFactory::addCreatorFcn | ( | const DtString & | type, |
| DtSimObjectParametersCreatorFcn | fcn | ||
| ) | [virtual] |
add a creator function to the factory
| virtual DtVrfObjectParameters* DtVrfObjectParameterFactory::createParameters | ( | const DtString & | type | ) | [virtual] |
| static DtVrfObjectParameterFactory* DtVrfObjectParameterFactory::create | ( | ) | [static] |
Reimplemented in DtDefaultParameterFactory.