14 #include <matrix/vlVector.h>
21 class DtAggregateStateListener;
31 DtSceneObjectAgent* sceneObject,
DtModelSetId modelSet );
44 virtual void initialize()
override;
50 virtual void setDimensions(
const DtVector& dim);
53 virtual void setColor(
float r,
float g,
float b,
float a);
56 virtual void setShowExtentsEnabled(
bool enabled);
57 bool showExtentsEnabled()
const;
60 virtual void setShowOnlyIfSelected(
bool);
61 bool showOnlyIfSelected()
const;
64 virtual void slot_setSelected(
bool);
71 virtual void refreshForceColor();
76 virtual void createModelAgents();
79 virtual void destroyModelAgents();
82 virtual void setModelDefinitionForAgents();
85 virtual DtModelAgent* createExtentModelAgent() = 0;
89 virtual void adjustSelectionVisibility();
The DtAggregateStateListener extends DtEntityStateListener. It provides a interface to all the visual...
Definition: DtAggregateStateListener.h:33
DtAggregateStateListener * myAggregateStateListener
Definition: DtAggregateExtentVisualizer.h:97
bool myShowExtentsEnabled
Definition: DtAggregateExtentVisualizer.h:96
bool myShowOnlyIfSelected
Definition: DtAggregateExtentVisualizer.h:95
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
DtAggregateExtentVisualizer visualize bounding boxes for aggregates.
Definition: DtAggregateExtentVisualizer.h:25
DtModelAgent * myAggregateExtentModelAgent
Definition: DtAggregateExtentVisualizer.h:92
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv:DtStateVisualizer class.
DtVector myDimensions
Definition: DtAggregateExtentVisualizer.h:94
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
The DtStateVisualizer is an abstract class. Developers derive from this to create logic that "directs...
Definition: DtStateVisualizer.h:30
Base class to provide boost signal/slot management.
DtModelSetId
Definition: DtModelSetEnums.h:19
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
DtSignalConnectionManager mySignalConnections
Definition: DtAggregateExtentVisualizer.h:99
Contains DLL export macros.