13 #ifndef __mitkLabelSetIOHelper_h 14 #define __mitkLabelSetIOHelper_h 17 #include <itkSmartPointer.h> 43 static bool SaveLabelSetImagePreset(std::string &presetFilename,
51 static void LoadLabelSetImagePreset(std::string &presetFilename,
66 static TiXmlElement *GetLabelAsTiXmlElement(
Label *label);
75 static TiXmlElement *PropertyToXmlElem(
const std::string &key,
const BaseProperty *property);
91 #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.