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);
77 void addRepActorsToViewRenderer(
ViewPtr view);
78 void removeRepActorsFromViewRenderer(
ViewPtr view);
81 virtual QString getText();
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