34 bool mitk::StringProperty::IsEqual(
const BaseProperty &property)
const
36 return this->m_Value ==
static_cast<const Self &
>(property).m_Value;
39 bool mitk::StringProperty::Assign(
const BaseProperty &property)
41 this->m_Value =
static_cast<const Self &
>(property).m_Value;
virtual std::string GetValueAsString() const override
itk::SmartPointer< Self > Pointer
StringProperty(const char *string=nullptr)
Abstract base class for properties.