13 #ifndef mitkXmlSceneIO_h_included 14 #define mitkXmlSceneIO_h_included 22 class PropertyListsXmlFileReaderAndWriter;
30 itkFactorylessNewMacro(Self);
34 const std::map<std::string, mitk::PropertyList::Pointer> &_PropertyLists)
const;
35 bool ReadLists(
const std::string &fileName,
36 std::map<std::string, mitk::PropertyList::Pointer> &_PropertyLists)
const;
mitkClassMacroItkParent(PropertyListsXmlFileReaderAndWriter, itk::Object)
PropertyListsXmlFileReaderAndWriter()
~PropertyListsXmlFileReaderAndWriter() override
DataCollection - Class to facilitate loading/accessing structured data.
bool PropertyToXmlElem(const std::string &name, const mitk::BaseProperty *prop, TiXmlElement *elem) const
static const char * GetPropertyListIdElementName()
bool ReadLists(const std::string &fileName, std::map< std::string, mitk::PropertyList::Pointer > &_PropertyLists) const
Abstract base class for properties.
bool WriteLists(const std::string &fileName, const std::map< std::string, mitk::PropertyList::Pointer > &_PropertyLists) const
bool PropertyFromXmlElem(std::string &name, mitk::BaseProperty::Pointer &prop, TiXmlElement *elem) const