13 #ifndef CXDATAMETRICREP_H_ 14 #define CXDATAMETRICREP_H_ 16 #include "cxResourceVisualizationExport.h" 45 void setGraphicsSize(
double size);
46 void setLabelSize(
double size);
47 void setShowLabel(
bool on);
48 void setShowAnnotation(
bool on);
50 void setDataMetric(DataMetricPtr value);
51 DataMetricPtr getDataMetric();
56 void addRepActorsToViewRenderer(
ViewPtr view);
57 void removeRepActorsFromViewRenderer(
ViewPtr view);
60 virtual QString getText();
71 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.