15 class DtAttachableCuboidModelAgent;
16 class DtScribeBoxModelAgent;
28 DtSceneObjectAgent* sceneObject,
DtModelSetId modelSet );
45 virtual void setDimensions(
const DtVector& dim);
48 virtual void setColor(
float r,
float g,
float b,
float a);
58 virtual DtModelAgent* createExtentModelAgent();
61 virtual void createModelAgents();
64 virtual void destroyModelAgents();
68 virtual void setInitialValuesFromVisualizerDefinition()
override;
bool myScribeEnabled
Definition: Dt3DAggregateExtentVisualizer.h:74
Contains makVrv::Dt3DAggregateExtentVisualizer class.
Definition: DtStateVisualizer.h:274
double myScribeWidth
Definition: Dt3DAggregateExtentVisualizer.h:73
Dt3DAggregateExtentVisualizer objects are responsible for displaying 3D representations of aggregate ...
Definition: Dt3DAggregateExtentVisualizer.h:21
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
DtScribeBoxModelAgent * myScribeBox
Definition: Dt3DAggregateExtentVisualizer.h:72
DtAggregateExtentVisualizer visualize bounding boxes for aggregates.
Definition: DtAggregateExtentVisualizer.h:25
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtAttachableCuboidModelAgent * myCuboidAgent
Definition: Dt3DAggregateExtentVisualizer.h:71
bool mySmoothScribeLine
Definition: Dt3DAggregateExtentVisualizer.h:75
DtModelSetId
Definition: DtModelSetEnums.h:19
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
DtStateVisualizerCreatorTemplate< Dt3DAggregateExtentVisualizer > Dt3DAggregateExtentVisualizerCreator
Creator that will be registered with the state visualizer factory to create this class.
Definition: Dt3DAggregateExtentVisualizer.h:81
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:54