13 #ifndef mitkGroupTagPropertySerializer_h_included 14 #define mitkGroupTagPropertySerializer_h_included 22 class GroupTagPropertySerializer :
public BasePropertySerializer
25 mitkClassMacro(GroupTagPropertySerializer, BasePropertySerializer);
26 itkFactorylessNewMacro(Self) itkCloneMacro(Self)
28 TiXmlElement *Serialize()
override 30 if (dynamic_cast<const GroupTagProperty *>(m_Property.GetPointer()) !=
nullptr)
32 auto element =
new TiXmlElement(
"GroupTag");
47 GroupTagPropertySerializer() {}
48 ~GroupTagPropertySerializer()
override {}
DataCollection - Class to facilitate loading/accessing structured data.
itk::SmartPointer< Self > Pointer
#define mitkClassMacro(className, SuperClassName)
MITK_REGISTER_SERIALIZER(GroupTagPropertySerializer)