17 #ifndef mitkXmlSceneIO_h_included
18 #define mitkXmlSceneIO_h_included
26 class PropertyListsXmlFileReaderAndWriter;
34 itkFactorylessNewMacro(Self) itkCloneMacro(Self)
37 const std::map<std::string, mitk::PropertyList::Pointer> &_PropertyLists)
const;
38 bool ReadLists(
const std::string &fileName,
39 std::map<std::string, mitk::PropertyList::Pointer> &_PropertyLists)
const;
virtual ~PropertyListsXmlFileReaderAndWriter()
bool ReadLists(const std::string &fileName, std::map< std::string, mitk::PropertyList::Pointer > &_PropertyLists) const
mitkClassMacroItkParent(PropertyListsXmlFileReaderAndWriter, itk::Object)
PropertyListsXmlFileReaderAndWriter()
DataCollection - Class to facilitate loading/accessing structured data.
static const char * GetPropertyListIdElementName()
Abstract base class for properties.
bool PropertyFromXmlElem(std::string &name, mitk::BaseProperty::Pointer &prop, TiXmlElement *elem) const
bool PropertyToXmlElem(const std::string &name, const mitk::BaseProperty *prop, TiXmlElement *elem) const
bool WriteLists(const std::string &fileName, const std::map< std::string, mitk::PropertyList::Pointer > &_PropertyLists) const