![]() |
VR-Forces 4.0.4 Class Documentation
|
DtDefaultPathMetricFactory; factory that creates DtPathMetric objects. More...

Public Member Functions | |
| DtDefaultPathMetricFactory () | |
| default constructor | |
| virtual | ~DtDefaultPathMetricFactory () |
| destructor | |
Static Public Member Functions | |
| static void | registerCreators (DtPathMetricFactory *factory) |
| Registers default set of DtPathMetric types in the VR-Forces toolkit. | |
| static DtPathMetricFactory * | create () |
| Create a DtDefaultPathMetricFactory. | |
DtDefaultPathMetricFactory; factory that creates DtPathMetric objects.
Instances of DtDefaultPathMetricFactory are a factory that creates DtPathMetric objects. It pre-registers all of the know types of DtPathMetrics in VR-Forces.
default constructor
| virtual DtDefaultPathMetricFactory::~DtDefaultPathMetricFactory | ( | ) | [virtual] |
destructor
| static void DtDefaultPathMetricFactory::registerCreators | ( | DtPathMetricFactory * | factory | ) | [static] |
Registers default set of DtPathMetric types in the VR-Forces toolkit.
| static DtPathMetricFactory* DtDefaultPathMetricFactory::create | ( | ) | [static] |
Create a DtDefaultPathMetricFactory.
Reimplemented from DtPathMetricFactory.