Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::PropertyListDeserializerV1 Class Reference

Deserializes a mitk::PropertyList. More...

#include <mitkPropertyListDeserializerV1.h>

Inheritance diagram for mitk::PropertyListDeserializerV1:
Collaboration diagram for mitk::PropertyListDeserializerV1:

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
 

Detailed Description

Deserializes a mitk::PropertyList.

Definition at line 27 of file mitkPropertyListDeserializerV1.h.

Constructor & Destructor Documentation

mitk::PropertyListDeserializerV1::PropertyListDeserializerV1 ( )
protected

Definition at line 24 of file mitkPropertyListDeserializerV1.cpp.

mitk::PropertyListDeserializerV1::~PropertyListDeserializerV1 ( )
protectedvirtual

Definition at line 28 of file mitkPropertyListDeserializerV1.cpp.

Member Function Documentation

Pointer mitk::PropertyListDeserializerV1::Clone ( ) const
bool mitk::PropertyListDeserializerV1::Deserialize ( )
overridevirtual

Reads a propertylist from file. Get result via GetOutput()

Returns
success of deserialization

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 Pointer mitk::PropertyListDeserializerV1::New ( )
static

The documentation for this class was generated from the following files: