14 #include <matrix/vlVector.h>
21 class DtAggregateStateListener;
34 DtSceneObjectAgent* sceneObject,
int modelSet );
47 virtual void initialize()
override;
53 virtual void setDimensions(
const DtVector& dim);
56 virtual void setColor(
float r,
float g,
float b,
float a);
59 virtual void setShowExtentsEnabled(
bool enabled);
60 bool showExtentsEnabled()
const;
63 virtual void setShowOnlyIfSelected(
bool);
64 bool showOnlyIfSelected()
const;
67 virtual void slot_setSelected(
bool);
74 virtual void refreshForceColor();
79 virtual void createModelAgents();
82 virtual void destroyModelAgents();
85 virtual void setModelDefinitionForAgents();
88 virtual DtModelAgent* createExtentModelAgent() = 0;
92 virtual void adjustSelectionVisibility();
The DtAggregateStateListener extends DtEntityStateListener. It provides a interface to all the visual...
Definition: DtAggregateStateListener.h:33
DtAggregateStateListener * myAggregateStateListener
Definition: DtAggregateExtentVisualizer.h:100
bool myShowExtentsEnabled
Definition: DtAggregateExtentVisualizer.h:99
bool myShowOnlyIfSelected
Definition: DtAggregateExtentVisualizer.h:98
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:38
DtAggregateExtentVisualizer visualize bounding boxes for aggregates.
Definition: DtAggregateExtentVisualizer.h:25
DtModelAgent * myAggregateExtentModelAgent
Definition: DtAggregateExtentVisualizer.h:95
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains makVrv:DtStateVisualizer class.
DtVector myDimensions
Definition: DtAggregateExtentVisualizer.h:97
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:32
Base class to provide boost signal/slot management.
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:25
DtSignalConnectionManager mySignalConnections
Definition: DtAggregateExtentVisualizer.h:102
Contains DLL export macros.