Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <mitkPropertyListsXmlFileReaderAndWriter.h>
Public Member Functions | |
mitkClassMacroItkParent (PropertyListsXmlFileReaderAndWriter, itk::Object) | |
Pointer | Clone () const |
bool | WriteLists (const std::string &fileName, const std::map< std::string, mitk::PropertyList::Pointer > &_PropertyLists) const |
bool | ReadLists (const std::string &fileName, std::map< std::string, mitk::PropertyList::Pointer > &_PropertyLists) const |
Static Public Member Functions | |
static const char * | GetPropertyListIdElementName () |
static Pointer | New () |
Protected Member Functions | |
PropertyListsXmlFileReaderAndWriter () | |
virtual | ~PropertyListsXmlFileReaderAndWriter () |
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 |
Definition at line 28 of file mitkPropertyListsXmlFileReaderAndWriter.h.
|
protected |
Definition at line 251 of file mitkPropertyListsXmlFileReaderAndWriter.cpp.
|
protectedvirtual |
Definition at line 252 of file mitkPropertyListsXmlFileReaderAndWriter.cpp.
Pointer mitk::PropertyListsXmlFileReaderAndWriter::Clone | ( | ) | const |
|
static |
Definition at line 253 of file mitkPropertyListsXmlFileReaderAndWriter.cpp.
Referenced by PropertyToXmlElem(), ReadLists(), and WriteLists().
mitk::PropertyListsXmlFileReaderAndWriter::mitkClassMacroItkParent | ( | PropertyListsXmlFileReaderAndWriter | , |
itk::Object | |||
) |
|
static |
|
protected |
Definition at line 25 of file mitkPropertyListsXmlFileReaderAndWriter.cpp.
References MITK_WARN, mitk::BoolProperty::New(), mitk::IntProperty::New(), mitk::FloatProperty::New(), mitk::DoubleProperty::New(), and mitk::StringProperty::New().
Referenced by ReadLists().
|
protected |
Definition at line 108 of file mitkPropertyListsXmlFileReaderAndWriter.cpp.
References GetPropertyListIdElementName(), mitk::StringProperty::GetValue(), mitk::GenericProperty< T >::GetValue(), and MITK_WARN.
Referenced by WriteLists().
bool mitk::PropertyListsXmlFileReaderAndWriter::ReadLists | ( | const std::string & | fileName, |
std::map< std::string, mitk::PropertyList::Pointer > & | _PropertyLists | ||
) | const |
Definition at line 203 of file mitkPropertyListsXmlFileReaderAndWriter.cpp.
References GetPropertyListIdElementName(), MITK_WARN, mitk::PropertyList::New(), and PropertyFromXmlElem().
bool mitk::PropertyListsXmlFileReaderAndWriter::WriteLists | ( | const std::string & | fileName, |
const std::map< std::string, mitk::PropertyList::Pointer > & | _PropertyLists | ||
) | const |
Definition at line 161 of file mitkPropertyListsXmlFileReaderAndWriter.cpp.
References mitk::PropertyList::GetMap(), GetPropertyListIdElementName(), and PropertyToXmlElem().