Protocol independent mass label visualizer.
More...
Public Member Functions |
| | MassLabelVisualizer (makVrv::DtBaseConnection &simulation, makVrv::DtStateListener &listener, int modelSet) |
| | CTOR.
|
| virtual | ~MassLabelVisualizer () |
| | DTOR.
|
| virtual void | createModelAgents () |
| | Override to create model agents that will be used to display data from the listener.
|
| virtual void | destroyModelAgents () |
| | Destroys all currently created definitions.
|
| virtual void | updateMass (float mass) |
| | Update the mass.
|
virtual const
makVrv::DtStateVisualizer::TypeInfo & | typeInfo () const |
| | The instance's type info.
|
Static Public Member Functions |
static const
makVrv::DtStateVisualizer::TypeInfo & | theTypeInfo () |
| | This class's type info.
|
Protected Member Functions |
| virtual void | setModelDefinitionForAgents () |
| | Sets model definition for all the agents that this visualizer might be using.
|
Detailed Description
Protocol independent mass label visualizer.
Constructor & Destructor Documentation
| MassLabelVisualizer::MassLabelVisualizer |
( |
makVrv::DtBaseConnection & |
simulation, |
|
|
makVrv::DtStateListener & |
listener, |
|
|
int |
modelSet |
|
) |
| |
| virtual MassLabelVisualizer::~MassLabelVisualizer |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void MassLabelVisualizer::createModelAgents |
( |
| ) |
|
|
virtual |
Override to create model agents that will be used to display data from the listener.
Reimplemented in VrlinkMassLabelVisualizer.
| virtual void MassLabelVisualizer::destroyModelAgents |
( |
| ) |
|
|
virtual |
Destroys all currently created definitions.
| virtual void MassLabelVisualizer::updateMass |
( |
float |
mass | ) |
|
|
virtual |
| virtual const makVrv::DtStateVisualizer::TypeInfo& MassLabelVisualizer::typeInfo |
( |
| ) |
const |
|
virtual |
The instance's type info.
| static const makVrv::DtStateVisualizer::TypeInfo& MassLabelVisualizer::theTypeInfo |
( |
| ) |
|
|
static |
| virtual void MassLabelVisualizer::setModelDefinitionForAgents |
( |
| ) |
|
|
protectedvirtual |
Sets model definition for all the agents that this visualizer might be using.
If model agents are not created, should create them. Should not call this directly, but rather call setModelDefinition
Member Data Documentation
| makVrv::DtProjectedWidgetModelAgent* MassLabelVisualizer::myProjectedModel |
|
protected |
| makVrv::DtWidgetLabelAgent* MassLabelVisualizer::myLabel |
|
protected |
The documentation for this class was generated from the following file: