Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Serializes a mitk::PropertyList. More...
#include <mitkPropertyListSerializer.h>
Public Member Functions | |
mitkClassMacroItkParent (PropertyListSerializer, itk::Object) | |
Pointer | Clone () const |
virtual void | SetFilenameHint (const char *_arg) |
virtual const char * | GetFilenameHint () const |
virtual void | SetWorkingDirectory (const char *_arg) |
virtual const char * | GetWorkingDirectory () const |
virtual void | SetPropertyList (PropertyList *_arg) |
virtual std::string | Serialize () |
Serializes given PropertyList object. More... | |
PropertyList * | GetFailedProperties () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
PropertyListSerializer () | |
virtual | ~PropertyListSerializer () |
TiXmlElement * | SerializeOneProperty (const std::string &key, const BaseProperty *property) |
Protected Attributes | |
std::string | m_FilenameHint |
std::string | m_WorkingDirectory |
PropertyList::Pointer | m_PropertyList |
PropertyList::Pointer | m_FailedProperties |
Serializes a mitk::PropertyList.
Definition at line 33 of file mitkPropertyListSerializer.h.
|
protected |
Definition at line 25 of file mitkPropertyListSerializer.cpp.
|
protectedvirtual |
Definition at line 29 of file mitkPropertyListSerializer.cpp.
Pointer mitk::PropertyListSerializer::Clone | ( | ) | const |
mitk::PropertyList * mitk::PropertyListSerializer::GetFailedProperties | ( | ) |
Definition at line 165 of file mitkPropertyListSerializer.cpp.
|
virtual |
|
virtual |
mitk::PropertyListSerializer::mitkClassMacroItkParent | ( | PropertyListSerializer | , |
itk::Object | |||
) |
|
static |
Referenced by mitkPropertySerializationTest(), and mitk::SceneIO::SavePropertyList().
|
virtual |
Serializes given PropertyList object.
Definition at line 33 of file mitkPropertyListSerializer.cpp.
References filename, MITK_ERROR, and mitk::PropertyList::New().
|
protected |
Definition at line 105 of file mitkPropertyListSerializer.cpp.
References MITK_ERROR, and MITK_WARN.
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 66 of file mitkPropertyListSerializer.h.
|
protected |
Definition at line 62 of file mitkPropertyListSerializer.h.
|
protected |
Definition at line 64 of file mitkPropertyListSerializer.h.
|
protected |
Definition at line 63 of file mitkPropertyListSerializer.h.