![]() |
VR-Forces 4.0.4 Class Documentation
|
This class is a set of aggregate visualizers, all of the visualizers in this set must support the aggregate visualizer type and are connected to a Aggregate state listener. More...

Public Member Functions | |
| DtAggregateVisualizerSet (DtBaseConnection &conn, DtAggregateStateListener &listener, int modelSet, bool distribute) | |
| Creates a set using the supplied connection, listener, and factory. | |
| virtual | ~DtAggregateVisualizerSet () |
| virtual void | visualize (const DtUnicode &visDefName) |
| Creates all visualizers for this instance. | |
| virtual DtStateVisualizer::Type | supportsVisualizerType () const |
| Returns the types of visualizers this will support. | |
This class is a set of aggregate visualizers, all of the visualizers in this set must support the aggregate visualizer type and are connected to a Aggregate state listener.
| makVrv::DtAggregateVisualizerSet::DtAggregateVisualizerSet | ( | DtBaseConnection & | conn, |
| DtAggregateStateListener & | listener, | ||
| int | modelSet, | ||
| bool | distribute | ||
| ) |
Creates a set using the supplied connection, listener, and factory.
| virtual makVrv::DtAggregateVisualizerSet::~DtAggregateVisualizerSet | ( | ) | [virtual] |
| virtual void makVrv::DtAggregateVisualizerSet::visualize | ( | const DtUnicode & | visDefName | ) | [virtual] |
Creates all visualizers for this instance.
Must be called to view object
| virtual DtStateVisualizer::Type makVrv::DtAggregateVisualizerSet::supportsVisualizerType | ( | ) | const [virtual] |
Returns the types of visualizers this will support.
Default is to support Aggregate type visualizers. If the visualizer that is going to be created in createVisualizer is not supported by this instance visualizer, then, the visualizer will not be created
Reimplemented from makVrv::DtVisualizerSet.