72 bool mitk::AnnotationProperty::IsEqual(
const BaseProperty &property)
const 74 return ((this->
m_Label == static_cast<const Self &>(property).
m_Label) &&
78 bool mitk::AnnotationProperty::Assign(
const BaseProperty &property)
87 std::stringstream myStr;
93 itk::LightObject::Pointer mitk::AnnotationProperty::InternalClone()
const 95 itk::LightObject::Pointer result(
new Self(*
this));
std::string GetValueAsString() const override
Abstract base class for properties.
Property for annotations.
virtual const char * GetLabel() const
const Point3D & GetPosition() const
void SetPosition(const Point3D &position)