![]() |
VR-Forces Developer's Guide
|
Protocol independent radio communication visualizer.

Protected Member Functions | |
| virtual void | setInitialValuesFromVisualizerDefinition () override |
| virtual void | createCommLine () |
Protected Member Functions inherited from makVrv::DtStateVisualizer | |
| virtual void | makeVisible () |
| template<typename T , typename C > | |
| void | connectAndUpdate (boost::signalslib::signal< void(T)> &sig, void(C::*fp)(T), T val) |
Protected Attributes | |
| DtRadioCommLineListener * | myCommLineListener |
| DtUniqueID | myReceiverEntitySceneObjectId |
| DtUniqueID | mySenderEntitySceneObjectId |
| DtElementID | mySenderElementID |
| DtElementID | myReceiverElementID |
| bool | myCustomAnimationRateFlag |
| float | myLifetime |
| float | myAnimationRate |
| unsigned short | myStipplePattern |
| int | myStippleRepeatFactor |
Protected Attributes inherited from makVrv::DtStateVisualizer | |
| DtBaseConnection & | mySimulation |
| DtStateListener & | myListener |
| bool | myDistributeFlag |
| DtUniqueID | mySceneObjectID |
| std::string | myName |
| std::string | myModelDefinition |
| DtSignalConnectionManager | myConnections |
| DtModelSetId | myModelSet |
| int | myVisualizerType |
| bool | myPickable |
| bool | myVisible |
| const DtVisualizerDefinition * | myVisualizerDefinition |
| DtSceneObjectAgent * | mySceneObjectAgent |
| bool | myInitialInitializeDone |
| ShowHideContextVector | myVisualizerShowHideContexts |
Methods inherited from makVrv::DtStateVisualizer | |
| virtual void | connectToListenerSignals () override |
| virtual void | createModelAgents () override |
| virtual void | destroyModelAgents () override |
| virtual const DtStateVisualizer::TypeInfo & | typeInfo () const override |
| virtual void | setModelDefinitionForAgents () override |
| static const DtStateVisualizer::TypeInfo & | theTypeInfo () |
Additional Inherited Members | |
Public Types inherited from makVrv::DtStateVisualizer | |
| enum | Type { AllVisualizerTypes = 0, EntityVisualizerType = 1, EnvironmentalVisualizerType, InteractionVisualizerType, AggregateVisualizerType, IntervisibilityVisualizerType, TacticalSmokeVisualizerType, UserType = 10000 } |
Protected Types inherited from makVrv::DtStateVisualizer | |
| typedef std::vector < DtVisualizerShowHideContext::VisualizerShowHideContext > | ShowHideContextVector |
| makVrv::DtRadioCommLineVisualizer::DtRadioCommLineVisualizer | ( | DtBaseConnection & | simulation, |
| DtStateListener & | listener, | ||
| DtSceneObjectAgent * | sceneObject, | ||
| DtModelSetId | modelSet | ||
| ) |
CTOR. Instantiates a new radio communications visualizer. This visualizer displays radio communication lines.
| simulation | the DtBaseConnection this visualizer will use. |
| listener | the state listener for the visualizer's interaction. |
| modelSet | the model set this visualizer belongs to. |
|
virtual |
DTOR Cleans up the model agents associated with this visualizer.
|
delete |
Default constructor.
|
delete |
Copy constructor.
|
delete |
Assignment Operator.
|
overridevirtual |
Implemented so this class isn't abstract. Method does nothing. Actual method definition is in DtVrlinkRadioCommunicationsVisualizer.
Reimplemented from makVrv::DtStateVisualizer.
|
overridevirtual |
Implemented so this class isn't abstract. Method does nothing. Actual method definition is in DtVrlinkRadioCommunicationsVisualizer.
Implements makVrv::DtStateVisualizer.
|
overridevirtual |
Implemented so this class isn't abstract. Method does nothing. Actual method definition is in DtVrlinkRadioCommunicationsVisualizer.
Implements makVrv::DtStateVisualizer.
|
overridevirtual |
The instance's type info.
Implements makVrv::DtStateVisualizer.
|
static |
The class's type info.
|
overridevirtual |
Sets the model definition on all instantiated beam model agents.
Implements makVrv::DtStateVisualizer.
|
virtual |
Connected to signal_radioCommLineColorChanged.
|
virtual |
Connected to signal_radioCommLineElementsSet, called when both elements are valid and the line can be created.
|
virtual |
Sets the lifetime of this visualizer.
|
overrideprotectedvirtual |
Sets member variables from the visualizer definition if they exist Should not call this directly. Called by DtStateVisualizer::initialize.
Reimplemented from makVrv::DtStateVisualizer.
|
protectedvirtual |
Find/Create the comm line using DtRadioCommsVisualizationManagerCommunicatorAgent.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |