![]() |
VR-Forces 4.0.4 Class Documentation
|
File: pathMetricFctEnt.h. More...
Public Member Functions | |
| DtPathMetricFactoryEntry () | |
| constructor | |
| DtPathMetricFactoryEntry (const DtPathMetricFactoryEntry &orig) | |
| copy constructor | |
| const DtPathMetricFactoryEntry & | operator= (const DtPathMetricFactoryEntry &orig) |
| assignment operator | |
| virtual | ~DtPathMetricFactoryEntry () |
| destructor | |
| virtual const DtString & | typeToCreate () const |
| virtual void | setTypeToCreate (const DtString &type) |
| virtual const DtPathMetricCreatorFcn & | creatorFcn () const |
| virtual void | setCreatorFcn (const DtPathMetricCreatorFcn &fcn) |
| virtual DtPathMetricFactoryEntry * | clone (const DtPathMetricFactoryEntry &orig) const |
Protected Attributes | |
| DtString | myTypeToCreate |
| DtPathMetricCreatorFcn | myCreatorFcn |
File: pathMetricFctEnt.h.
Class: DtPathMetricFactoryEntry class DtPathMetricFactoryEntry: The contents of one entry in a path metric factory.
constructor
copy constructor
| virtual DtPathMetricFactoryEntry::~DtPathMetricFactoryEntry | ( | ) | [virtual] |
destructor
| const DtPathMetricFactoryEntry& DtPathMetricFactoryEntry::operator= | ( | const DtPathMetricFactoryEntry & | orig | ) |
assignment operator
| virtual const DtString& DtPathMetricFactoryEntry::typeToCreate | ( | ) | const [virtual] |
| virtual void DtPathMetricFactoryEntry::setTypeToCreate | ( | const DtString & | type | ) | [virtual] |
| virtual const DtPathMetricCreatorFcn& DtPathMetricFactoryEntry::creatorFcn | ( | ) | const [virtual] |
| virtual void DtPathMetricFactoryEntry::setCreatorFcn | ( | const DtPathMetricCreatorFcn & | fcn | ) | [virtual] |
| virtual DtPathMetricFactoryEntry* DtPathMetricFactoryEntry::clone | ( | const DtPathMetricFactoryEntry & | orig | ) | const [virtual] |
DtString DtPathMetricFactoryEntry::myTypeToCreate [protected] |