![]() |
VR-Forces 4.1 Class Documentation
|
Visualizes a height above terrain line for an environmental type object. More...

Public Member Functions | |
| DtEnvironmentalHATLineVisualizer (DtBaseConnection &simulation, DtStateListener &listener, int modelSet) | |
| CTOR. | |
| virtual | ~DtEnvironmentalHATLineVisualizer () |
| DTOR. | |
| virtual const DtStateVisualizer::TypeInfo & | typeInfo () const |
| The instance's type info. | |
Public Member Functions inherited from makVrv::DtHATLineVisualizer | |
| DtHATLineVisualizer (DtBaseConnection &simulation, DtStateListener &listener, int modelSet) | |
| CTOR. | |
| virtual | ~DtHATLineVisualizer () |
| DTOR. | |
| virtual void | setHatLineVisible (bool) |
| Set the hat line visible or invisible. | |
| virtual void | setUniqueID (DtUniqueID) |
| Set the scene object id of the line object visualizing this hat line. | |
Public Member Functions inherited from makVrv::DtStateVisualizer | |
| DtStateVisualizer (DtBaseConnection &connection, DtStateListener &listener, int modelSet) | |
| CTOR. | |
| virtual | ~DtStateVisualizer () |
| DTOR. | |
| virtual void | setParent (DtStateVisualizer *) |
| Override to set the parent of this visualizer. | |
| void | setModelDefinition (const std::string &definition) |
| Sets the model definition and creates agent(s) based on that definition. | |
| const std::string & | modelDefinition () const |
| Gets the current model definition. | |
| virtual bool | setVisible (bool visible, int context) |
| Returns true if this context wants to show or hide the item. | |
| virtual void | initialize () |
| Initialize the visualizer. | |
| virtual bool | isVisible () const |
| Returns true if visible. | |
| virtual void | setSelected (bool) |
| Sets selected state. | |
| virtual bool | selected () const |
| void | setName (const std::string &) |
| Internal name of state visualizer. | |
| const std::string & | name () const |
| virtual void | setPickable (bool) |
| Sets pickable state. | |
| virtual bool | pickable () const |
| DtUniqueID | uniqueID () const |
| int | visualizerType () const |
| void | setShowHideContext (const std::vector< int > &s) |
| Set show/hide context without changing visibility of item. | |
| DtStateListener & | listener () |
| DtBaseConnection & | simulation () |
| Get the connection for this visualizer. | |
| void | setDistribute (bool b) |
| Whether or not to distribute over the network. | |
| bool | distribute () const |
Static Public Member Functions | |
| static const DtStateVisualizer::TypeInfo & | theTypeInfo () |
| This class's type info. | |
Additional Inherited Members | |
Public Types inherited from makVrv::DtStateVisualizer | |
| enum | Type { AllVisualizerTypes = 0, EntityVisualizerType = 1, EnvironmentalVisualizerType, InteractionVisualizerType, AggregateVisualizerType, IntervisibilityVisualizerType, TacticalSmokeVisualizerType, UserType = 10000 } |
| Visualizer class types that are supportable via visualizers. More... | |
Public Attributes inherited from makVrv::DtStateVisualizer | |
| boost::signal< void(DtStateVisualizer *, DtStateVisualizer *, DtStateVisualizer *)> | signal_reparented |
| Signaled when the parent of this item changes, called before destroying any model agents. | |
| boost::signal< void(DtMouseState &, const DtUniqueID &, const std::string &, const std::string &, const std::string &, DtStateVisualizer *)> | signal_mouseDown |
| Emitted when the entity's indicator is clicked. | |
| boost::signal< void(DtMouseState &, const DtUniqueID &, const std::string &, const std::string &, const std::string &, DtStateVisualizer *)> | signal_mouseUp |
| boost::signal< void(DtMouseState &, const DtUniqueID &, const std::string &, const std::string &, const std::string &, DtStateVisualizer *)> | signal_mouseDblClick |
Protected Member Functions inherited from makVrv::DtHATLineVisualizer | |
| virtual void | createModelAgents () |
| Create the model agents for the line and text. | |
| virtual void | destroyModelAgents () |
| Destroy the model agents for the line and text. | |
| virtual void | setModelDefinitionForAgents () |
| Pass any model definition specified in the visual definition to the visualizer. | |
| virtual void | setVisualizerDefinition (const DtVisualizerDefinition &visDef) |
| Set the visualizer definition which provides the parameters for this visualizer. | |
Protected Attributes inherited from makVrv::DtHATLineVisualizer | |
| Dt3DSegmentedLineModelAgent * | myHatLineAgent |
| DtSceneObjectAgent * | myHatLineObjectAgent |
| DtAttachableHatUpdaterAgent * | myHatLineUpdaterAgent |
| DtSceneObjectAgent * | myHatTextObjectAgent |
| DtProjectedWidgetModelAgent * | myHatTextModelAgent |
| DtWidgetLabelAgent * | myHatTextWidgetAgent |
| DtAttachableHatTextUpdaterAgent * | myHatTextUpdaterAgent |
| bool | myHatLineVisible |
| bool | myUseHighestTerrainLod |
| double | myTextPosition |
Visualizes a height above terrain line for an environmental type object.
| makVrv::DtEnvironmentalHATLineVisualizer::DtEnvironmentalHATLineVisualizer | ( | DtBaseConnection & | simulation, |
| DtStateListener & | listener, | ||
| int | modelSet | ||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
The instance's type info.
Implements makVrv::DtStateVisualizer.
|
static |
This class's type info.