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();
49 return boost::dynamic_pointer_cast<SphereMetric>(
mMetric);
63 mGraphicalPoint->setValue(
mMetric->getRefCoord());
64 mGraphicalPoint->setRadius(this->getSphereMetric()->getRadius());
65 mGraphicalPoint->setColor(
mMetric->getColor());