#include <mitkPropertyListsXmlFileReaderAndWriter.h>
◆ PropertyListsXmlFileReaderAndWriter()
| mitk::PropertyListsXmlFileReaderAndWriter::PropertyListsXmlFileReaderAndWriter |
( |
| ) |
|
|
protected |
◆ ~PropertyListsXmlFileReaderAndWriter()
| mitk::PropertyListsXmlFileReaderAndWriter::~PropertyListsXmlFileReaderAndWriter |
( |
| ) |
|
|
overrideprotected |
◆ Clone()
| Pointer mitk::PropertyListsXmlFileReaderAndWriter::Clone |
( |
| ) |
const |
◆ GetPropertyListIdElementName()
| static const char* mitk::PropertyListsXmlFileReaderAndWriter::GetPropertyListIdElementName |
( |
| ) |
|
|
static |
◆ mitkClassMacroItkParent()
◆ New()
| static Pointer mitk::PropertyListsXmlFileReaderAndWriter::New |
( |
| ) |
|
|
static |
◆ PropertyFromXmlElem()
| bool mitk::PropertyListsXmlFileReaderAndWriter::PropertyFromXmlElem |
( |
std::string & |
name, |
|
|
mitk::BaseProperty::Pointer & |
prop, |
|
|
const tinyxml2::XMLElement * |
elem |
|
) |
| const |
|
protected |
◆ PropertyToXmlElem()
| bool mitk::PropertyListsXmlFileReaderAndWriter::PropertyToXmlElem |
( |
const std::string & |
name, |
|
|
const mitk::BaseProperty * |
prop, |
|
|
tinyxml2::XMLElement * |
elem |
|
) |
| const |
|
protected |
◆ ReadLists()
| bool mitk::PropertyListsXmlFileReaderAndWriter::ReadLists |
( |
const std::string & |
fileName, |
|
|
std::map< std::string, mitk::PropertyList::Pointer > & |
_PropertyLists |
|
) |
| const |
◆ WriteLists()
| bool mitk::PropertyListsXmlFileReaderAndWriter::WriteLists |
( |
const std::string & |
fileName, |
|
|
const std::map< std::string, mitk::PropertyList::Pointer > & |
_PropertyLists |
|
) |
| const |
The documentation for this class was generated from the following file: