37 #include <vtkVectorText.h> 38 #include <vtkFollower.h> 39 #include <vtkPolyDataMapper.h> 40 #include <vtkProperty.h> 41 #include <vtkRenderer.h> 42 #include <vtkCamera.h> 43 #include <vtkRenderWindow.h> 45 #include "vtkTextActor.h" 58 SphereMetricRep::SphereMetricRep()
65 mGraphicalPoint.reset();
84 mGraphicalPoint->setValue(
mMetric->getRefCoord());
85 mGraphicalPoint->setRadius(this->getSphereMetric()->getRadius());
86 mGraphicalPoint->setColor(
mMetric->getColor());
vtkRendererPtr getRenderer()
static boost::shared_ptr< REP > wrap_new(REP *object, QString uid)
boost::shared_ptr< class SphereMetric > SphereMetricPtr
virtual void onModifiedStartRender()
Helper for rendering a point in 3D.
Data class that represents a donut.
boost::shared_ptr< class SphereMetricRep > SphereMetricRepPtr
static SphereMetricRepPtr New(const QString &uid="")
Namespace for all CustusX production code.