34 #ifndef CXDATAMETRICREP_H_ 35 #define CXDATAMETRICREP_H_ 37 #include "cxResourceVisualizationExport.h" 66 void setGraphicsSize(
double size);
67 void setLabelSize(
double size);
68 void setShowLabel(
bool on);
69 void setShowAnnotation(
bool on);
71 void setDataMetric(DataMetricPtr value);
72 DataMetricPtr getDataMetric();
77 void addRepActorsToViewRenderer(
ViewPtr view);
78 void removeRepActorsFromViewRenderer(
ViewPtr view);
81 virtual QString getText();
92 CaptionText3DPtr mText;
Vector3D getColorAsVector3D(QColor color)
boost::shared_ptr< DataMetric > DataMetricPtr
Base class for all Data Metric reps.
boost::shared_ptr< class DataMetricRep > DataMetricRepPtr
boost::shared_ptr< class View > ViewPtr
Default implementation of Rep.
Eigen::Vector3d Vector3D
Vector3D is a representation of a point or vector in 3D.
boost::shared_ptr< CaptionText3D > CaptionText3DPtr
Namespace for all CustusX production code.