VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions
DtVrfObjectParameterFactory Class Reference

DtVrfObjectParameterFactory is a hashlist of DtSimObjectParametersCreatorFcn, indexed by a string type that represents the type of parameters to create. More...

Inheritance diagram for DtVrfObjectParameterFactory:
Inheritance graph
[legend]

Public Member Functions

 DtVrfObjectParameterFactory ()
 constructor
 DtVrfObjectParameterFactory (const DtVrfObjectParameterFactory &orig)
 copy constructor
const DtVrfObjectParameterFactoryoperator= (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 DtVrfObjectParameterscreateParameters (const DtString &type, DtEnvironmentSP env=DtEnvironmentSP(), DtEnvValueSP *objectNode=NULL)

Static Public Member Functions

static
DtVrfObjectParameterFactory
create ()

Detailed Description

DtVrfObjectParameterFactory is a hashlist of DtSimObjectParametersCreatorFcn, indexed by a string type that represents the type of parameters to create.

Constructor & Destructor Documentation

DtVrfObjectParameterFactory::DtVrfObjectParameterFactory ( )

constructor

DtVrfObjectParameterFactory::DtVrfObjectParameterFactory ( const DtVrfObjectParameterFactory orig)

copy constructor

virtual DtVrfObjectParameterFactory::~DtVrfObjectParameterFactory ( )
virtual

destructor: deletes factory and any entries on the factory

Member Function Documentation

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,
DtEnvironmentSP  env = DtEnvironmentSP(),
DtEnvValueSP *  objectNode = NULL 
)
virtual
static DtVrfObjectParameterFactory* DtVrfObjectParameterFactory::create ( )
static

Reimplemented in DtDefaultParameterFactory.


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

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)