Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
Deserializes a mitk::PropertyList. More...
#include <mitkPropertyListDeserializerV1.h>
Public Member Functions | |
mitkClassMacro (PropertyListDeserializerV1, PropertyListDeserializer) | |
Pointer | Clone () const |
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 () | |
~PropertyListDeserializerV1 () override | |
Protected Member Functions inherited from mitk::PropertyListDeserializer | |
PropertyListDeserializer () | |
~PropertyListDeserializer () override | |
Additional Inherited Members | |
Protected Attributes inherited from mitk::PropertyListDeserializer | |
std::string | m_Filename |
PropertyList::Pointer | m_PropertyList |
Deserializes a mitk::PropertyList.
Definition at line 23 of file mitkPropertyListDeserializerV1.h.
|
protected |
|
overrideprotected |
Pointer mitk::PropertyListDeserializerV1::Clone | ( | ) | const |
|
overridevirtual |
Reads a propertylist from file. Get result via GetOutput()
Reimplemented from mitk::PropertyListDeserializer.
mitk::PropertyListDeserializerV1::mitkClassMacro | ( | PropertyListDeserializerV1 | , |
PropertyListDeserializer | |||
) |
|
static |