11 #ifndef CXSPHEREMETRICREP2D_H 12 #define CXSPHEREMETRICREP2D_H 14 #include "cxResourceVisualizationExport.h" 39 static SphereMetricRep2DPtr New(
const QString& uid=
"");
42 virtual QString
getType()
const {
return "SphereMetricRep2D"; }
46 virtual void addRepActorsToViewRenderer(
ViewPtr view);
47 virtual void removeRepActorsFromViewRenderer(
ViewPtr view);
50 virtual void onModifiedStartRender();
55 SphereMetricPtr getSphereMetric();
58 GraphicalDiskPtr mDisk;
65 #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.