29 SetProperty(
"VtkAnnotation3D.Position3D", position3dProperty.GetPointer());
36 GetPropertyValue<mitk::Point3D>(
"VtkAnnotation3D.Position3D", position3D);
43 SetProperty(
"VtkAnnotation3D.OffsetVector", OffsetVectorProperty.GetPointer());
50 GetPropertyValue<mitk::Point3D>(
"VtkAnnotation3D.OffsetVector", OffsetVector);
~VtkAnnotation3D() override
virtual destructor in order to derive from this class
void SetProperty(const std::string &propertyKey, const BaseProperty::Pointer &property)
Set the property (instance of BaseProperty) with key propertyKey in the PropertyList of the renderer ...
VtkAnnotation3D()
explicit constructor which disallows implicit conversions
void SetOffsetVector(const Point3D &OffsetVector)
Point3D GetPosition3D() const
void SetPosition3D(const Point3D &position3D)
Point3D GetOffsetVector() const