![]() |
VR-Forces 4.8 Class Documentation
|
The point feature visualizer factory is responsible for creating point feature visualizers. More...

Public Member Functions | |
| virtual | ~DtPointFeatureVisualizerFactory () |
| Destructor. More... | |
| virtual DtPointFeatureVisualizer * | create (DtPointFeature *) |
| Create a single visualizer for a given point feature. More... | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtPointFeatureVisualizerFactory & | instance (DtDe &) |
| Get an instance of the factory. More... | |
| static void | registerInstance (DtDe &, DtPointFeatureVisualizerFactory *) |
| Register a new instance of the factory. More... | |
Protected Member Functions | |
| DtPointFeatureVisualizerFactory (DtDe &) | |
Protected Attributes | |
| DtDe & | myDe |
The point feature visualizer factory is responsible for creating point feature visualizers.
|
virtual |
Destructor.
|
protected |
|
static |
Get an instance of the factory.
|
static |
Register a new instance of the factory.
This only needs to be called to replace the default factory.
|
virtual |
Create a single visualizer for a given point feature.
|
protected |