13 #ifndef VTKAnnotation3D_H 14 #define VTKAnnotation3D_H 18 #include <vtkSmartPointer.h> 29 void SetPosition3D(
const Point3D &position3D);
33 void SetOffsetVector(
const Point3D &OffsetVector);
35 Point3D GetOffsetVector()
const;
40 void UpdateVtkAnnotation(
BaseRenderer *renderer)
override = 0;
57 #endif // Annotation_H
#define MITKANNOTATION_EXPORT
Organizes the rendering process.
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
The VtkAnnotation3D class is the basis for all VTK based Annotation which create any 3D element as a ...
The VtkAnnotation class is the base for all Annotation which are using the VTK framework to render th...