![]() |
VR-Forces 4.7 Class Documentation
|
The point feature visualizer is an abstract class which defines the interface for visualizing a point feature. More...

Public Member Functions | |
| DtPointFeatureVisualizer (DtPointFeature *point) | |
| CTOR. | |
| virtual | ~DtPointFeatureVisualizer () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtFeatureVisualizer | |
| DtFeatureVisualizer () | |
| CTOR. | |
| virtual | ~DtFeatureVisualizer () |
| DTOR. | |
| virtual void | visualize (int modelSet)=0 |
| Visualize the point for a given model set. | |
| virtual std::vector< DtUniqueID > | findSceneObjectIds () const =0 |
| Check to see if this point feature has a scene object id. | |
| virtual void | setColor (const float rgba[4])=0 |
| Set the color of the feature. | |
| virtual void | setOutlineColor (const float rgba[4])=0 |
| Set the outline color of the feature. | |
| virtual void | setHighlighted (bool selected)=0 |
| Set to visualizer the feature selected. | |
Protected Attributes | |
| DtPointFeature * | myPoint |
The point feature visualizer is an abstract class which defines the interface for visualizing a point feature.
| makVrv::DtPointFeatureVisualizer::DtPointFeatureVisualizer | ( | DtPointFeature * | point | ) |
CTOR.
|
virtual |
DTOR.
|
protected |