Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkPropertyListsXmlFileReaderAndWriter_h
14 #define mitkPropertyListsXmlFileReaderAndWriter_h
25 class PropertyListsXmlFileReaderAndWriter;
33 itkFactorylessNewMacro(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;
bool ReadLists(const std::string &fileName, std::map< std::string, mitk::PropertyList::Pointer > &_PropertyLists) const
Abstract base class for properties.
mitkClassMacroItkParent(PropertyListsXmlFileReaderAndWriter, itk::Object)
Find image slices visible on a given plane.
PropertyListsXmlFileReaderAndWriter()
static const char * GetPropertyListIdElementName()
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, const tinyxml2::XMLElement *elem) const
~PropertyListsXmlFileReaderAndWriter() override
bool PropertyToXmlElem(const std::string &name, const mitk::BaseProperty *prop, tinyxml2::XMLElement *elem) const