32 #ifndef CXSPHEREMETRICREP2D_H 33 #define CXSPHEREMETRICREP2D_H 35 #include "cxResourceVisualizationExport.h" 60 static SphereMetricRep2DPtr New(
const QString& uid=
"");
63 virtual QString
getType()
const {
return "SphereMetricRep2D"; }
67 virtual void addRepActorsToViewRenderer(
ViewPtr view);
68 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);
71 virtual void onModifiedStartRender();
76 SphereMetricPtr getSphereMetric();
79 GraphicalDiskPtr mDisk;
86 #endif // CXSPHEREMETRICREP2D_H virtual ~SphereMetricRep2D()
constructor
boost::shared_ptr< class SphereMetric > SphereMetricPtr
virtual QString getType() const
Base class for all Data Metric reps.
boost::shared_ptr< class View > ViewPtr
boost::shared_ptr< class SphereMetricRep2D > SphereMetricRep2DPtr
boost::shared_ptr< GraphicalDisk > GraphicalDiskPtr
Namespace for all CustusX production code.