17 class DtOverlayRectangleModelAgent;
32 DtStateListener& listener, DtSceneObjectAgent* sceneObject,
int modelSet );
50 virtual void setDimensions(
const DtVector& dim);
53 virtual void setColor(
float r,
float g,
float b,
float a);
63 virtual DtModelAgent* createExtentModelAgent();
66 virtual void createModelAgents();
69 virtual void destroyModelAgents();
73 virtual void setInitialValuesFromVisualizerDefinition()
override;
Contains makVrv::Dt3DAggregateExtentVisualizer class.
Definition: DtStateVisualizer.h:305
Dt2DAggregateExtentVisualizers display bounding boxes for aggregates on the overlay.
Definition: Dt2DAggregateExtentVisualizer.h:22
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:39
DtAggregateExtentVisualizer visualize bounding boxes for aggregates.
Definition: DtAggregateExtentVisualizer.h:25
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtOverlayRectangleModelAgent * myPolygonAgent
Definition: Dt2DAggregateExtentVisualizer.h:76
float myOutlineWidth
Definition: Dt2DAggregateExtentVisualizer.h:78
DtStateVisualizerCreatorTemplate< Dt2DAggregateExtentVisualizer > Dt2DAggregateExtentVisualizerCreator
Creator that will be registered with the state visualizer factory to create this class.
Definition: Dt2DAggregateExtentVisualizer.h:85
bool myFill
Definition: Dt2DAggregateExtentVisualizer.h:79
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:25
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:56
Contains DLL export macros.