16 #include <vtkVectorText.h> 17 #include <vtkFollower.h> 18 #include <vtkPolyDataMapper.h> 19 #include <vtkProperty.h> 20 #include <vtkRenderer.h> 21 #include <vtkCamera.h> 22 #include <vtkRenderWindow.h> 24 #include "vtkTextActor.h" 37 SphereMetricRep::SphereMetricRep()
44 mGraphicalPoint.reset();
63 mGraphicalPoint->setValue(
mMetric->getRefCoord());
64 mGraphicalPoint->setRadius(this->getSphereMetric()->getRadius());
65 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.