DtAggregateExtentVisualizer visualize bounding boxes for aggregates.
|
| | DtAggregateExtentVisualizer (DtBaseConnection &simulation, DtStateListener &listener, int modelSet) |
| |
| | DtAggregateExtentVisualizer (DtBaseConnection &simulation, DtStateListener &listener, DtSceneObjectAgent *sceneObject, int modelSet) |
| |
| | DtAggregateExtentVisualizer ()=delete |
| |
| | DtAggregateExtentVisualizer (const DtAggregateExtentVisualizer &)=delete |
| |
| DtAggregateExtentVisualizer & | operator= (const DtAggregateExtentVisualizer &)=delete |
| |
| virtual void | initialize () override |
| |
| virtual | ~DtAggregateExtentVisualizer () |
| |
| virtual void | setDimensions (const DtVector &dim) |
| |
| virtual void | setColor (float r, float g, float b, float a) |
| |
| virtual void | setShowExtentsEnabled (bool enabled) |
| |
| bool | showExtentsEnabled () const |
| |
| virtual void | setShowOnlyIfSelected (bool) |
| |
| bool | showOnlyIfSelected () const |
| |
| virtual void | slot_setSelected (bool) |
| |
| DtAggregateStateListener & | aggregateStateListener () |
| |
| const DtAggregateStateListener & | aggregateStateListener () const |
| |
| virtual void | refreshForceColor () |
| |
| | DtStateVisualizer (DtBaseConnection &connection, DtStateListener &listener, int modelSet) |
| |
| | DtStateVisualizer (DtBaseConnection &connection, DtStateListener &listener, DtSceneObjectAgent *sceneObjectAgent, int modelSet) |
| |
| virtual | ~DtStateVisualizer () |
| |
| virtual DtObserverMode::ModelSets | modelSet () |
| |
| virtual const TypeInfo & | typeInfo () const =0 |
| |
| virtual void | setParent (DtStateVisualizer *) |
| |
| virtual void | setSceneObjectAgent (DtSceneObjectAgent *sceneObject) |
| |
| virtual const DtStateVisualizer * | parent () const |
| |
| void | setModelDefinition (const std::string &definition) |
| |
| const std::string & | modelDefinition () const |
| |
| virtual void | implementVisibility (bool visible) |
| |
| void | setName (const std::string &) |
| |
| const std::string & | name () const |
| |
| virtual void | setPickable (bool) |
| |
| virtual bool | pickable () const |
| |
| virtual void | setSceneObjectID (DtUniqueID id) |
| |
| virtual DtUniqueID | sceneObjectID () const |
| |
| int | visualizerType () const |
| |
| virtual void | setVisualizerDefinition (const DtVisualizerDefinition &) |
| |
| DtStateListener & | listener () |
| |
| const DtStateListener & | listener () const |
| |
| DtBaseConnection & | simulation () |
| |
| void | setDistribute (bool b) |
| |
| bool | distribute () const |
| |
| virtual bool | setVisualizerIsVisible (bool vis, DtVisualizerShowHideContext::VisualizerShowHideContext context) |
| |
| makVrv::DtAggregateExtentVisualizer::DtAggregateExtentVisualizer |
( |
DtBaseConnection & |
simulation, |
|
|
DtStateListener & |
listener, |
|
|
DtSceneObjectAgent * |
sceneObject, |
|
|
int |
modelSet |
|
) |
| |
| makVrv::DtAggregateExtentVisualizer::DtAggregateExtentVisualizer |
( |
| ) |
|
|
delete |
not allowed - default constructor
not allowed - copy constructor
| virtual makVrv::DtAggregateExtentVisualizer::~DtAggregateExtentVisualizer |
( |
| ) |
|
|
virtual |
not allowed - equals operator
| virtual void makVrv::DtAggregateExtentVisualizer::initialize |
( |
| ) |
|
|
overridevirtual |
| virtual void makVrv::DtAggregateExtentVisualizer::setDimensions |
( |
const DtVector & |
dim | ) |
|
|
virtual |
| virtual void makVrv::DtAggregateExtentVisualizer::setColor |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a |
|
) |
| |
|
virtual |
| virtual void makVrv::DtAggregateExtentVisualizer::setShowExtentsEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
set whether aggregate bounding volumes can be shown
| bool makVrv::DtAggregateExtentVisualizer::showExtentsEnabled |
( |
| ) |
const |
| virtual void makVrv::DtAggregateExtentVisualizer::setShowOnlyIfSelected |
( |
bool |
| ) |
|
|
virtual |
Will show only if the item is also selected.
| bool makVrv::DtAggregateExtentVisualizer::showOnlyIfSelected |
( |
| ) |
const |
| virtual void makVrv::DtAggregateExtentVisualizer::slot_setSelected |
( |
bool |
| ) |
|
|
virtual |
Get the aggregate state listener.
| virtual void makVrv::DtAggregateExtentVisualizer::refreshForceColor |
( |
| ) |
|
|
virtual |
refresh the force color from the state listener.
| virtual void makVrv::DtAggregateExtentVisualizer::createModelAgents |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtAggregateExtentVisualizer::destroyModelAgents |
( |
| ) |
|
|
protectedvirtual |
| virtual void makVrv::DtAggregateExtentVisualizer::setModelDefinitionForAgents |
( |
| ) |
|
|
protectedvirtual |
set the model definitions for the agents. This is empty in this class but setup by the child classes.
Implements makVrv::DtStateVisualizer.
| virtual DtModelAgent* makVrv::DtAggregateExtentVisualizer::createExtentModelAgent |
( |
| ) |
|
|
protectedpure virtual |
| virtual void makVrv::DtAggregateExtentVisualizer::adjustSelectionVisibility |
( |
| ) |
|
|
protectedvirtual |
Determine if the extent is visible or not based on extents enabled, show state and current selection when applicable.
| DtModelAgent* makVrv::DtAggregateExtentVisualizer::myAggregateExtentModelAgent |
|
protected |
| float makVrv::DtAggregateExtentVisualizer::myColor[4] |
|
protected |
| DtVector makVrv::DtAggregateExtentVisualizer::myDimensions |
|
protected |
| bool makVrv::DtAggregateExtentVisualizer::myShowOnlyIfSelected |
|
protected |
| bool makVrv::DtAggregateExtentVisualizer::myShowExtentsEnabled |
|
protected |
The documentation for this class was generated from the following file: