Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Deserializes a mitk::PropertyList. More...
#include <mitkPropertyListDeserializerV1.h>
Public Member Functions | |
mitkClassMacro (PropertyListDeserializerV1, PropertyListDeserializer) | |
Pointer | Clone () const |
virtual bool | Deserialize () override |
Reads a propertylist from file. Get result via GetOutput() More... | |
Public Member Functions inherited from mitk::PropertyListDeserializer | |
mitkClassMacroItkParent (PropertyListDeserializer, itk::Object) | |
Pointer | Clone () const |
virtual void | SetFilename (const char *_arg) |
virtual const char * | GetFilename () const |
virtual PropertyList::Pointer | GetOutput () |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from mitk::PropertyListDeserializer | |
static Pointer | New () |
Protected Member Functions | |
PropertyListDeserializerV1 () | |
virtual | ~PropertyListDeserializerV1 () |
Protected Member Functions inherited from mitk::PropertyListDeserializer | |
PropertyListDeserializer () | |
virtual | ~PropertyListDeserializer () |
Additional Inherited Members | |
Protected Attributes inherited from mitk::PropertyListDeserializer | |
std::string | m_Filename |
PropertyList::Pointer | m_PropertyList |
Deserializes a mitk::PropertyList.
Definition at line 27 of file mitkPropertyListDeserializerV1.h.
|
protected |
Definition at line 24 of file mitkPropertyListDeserializerV1.cpp.
|
protectedvirtual |
Definition at line 28 of file mitkPropertyListDeserializerV1.cpp.
Pointer mitk::PropertyListDeserializerV1::Clone | ( | ) | const |
|
overridevirtual |
Reads a propertylist from file. Get result via GetOutput()
Reimplemented from mitk::PropertyListDeserializer.
Definition at line 32 of file mitkPropertyListDeserializerV1.cpp.
References MITK_ERROR, MITK_WARN, and mitk::PropertyList::New().
mitk::PropertyListDeserializerV1::mitkClassMacro | ( | PropertyListDeserializerV1 | , |
PropertyListDeserializer | |||
) |
|
static |