17 #ifndef __mitkLabelSetIOHelper_h
18 #define __mitkLabelSetIOHelper_h
21 #include <itkSmartPointer.h>
47 static bool SaveLabelSetImagePreset(std::string &presetFilename,
55 static void LoadLabelSetImagePreset(std::string &presetFilename,
70 static TiXmlElement *GetLabelAsTiXmlElement(
Label *label);
79 static TiXmlElement *PropertyToXmlElem(
const std::string &key,
const BaseProperty *property);
95 #endif // __mitkLabelSetIOHelper_h
DataCollection - Class to facilitate loading/accessing structured data.
A data structure describing a label.
#define MITKMULTILABEL_EXPORT
Abstract base class for properties.
The LabelSetIOHelper is a static helper class that supports serialization of mitk::LabelSetImage.