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

Deserializes a mitk::PropertyList. More...

#include <mitkPropertyListDeserializer.h>

Inheritance diagram for mitk::PropertyListDeserializer:
Collaboration diagram for mitk::PropertyListDeserializer:

Public Member Functions

 mitkClassMacroItkParent (PropertyListDeserializer, itk::Object)
 
Pointer Clone () const
 
virtual void SetFilename (const char *_arg)
 
virtual const char * GetFilename () const
 
virtual bool Deserialize ()
 Reads a propertylist from file. More...
 
virtual PropertyList::Pointer GetOutput ()
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 PropertyListDeserializer ()
 
virtual ~PropertyListDeserializer ()
 

Protected Attributes

std::string m_Filename
 
PropertyList::Pointer m_PropertyList
 

Detailed Description

Deserializes a mitk::PropertyList.

Definition at line 27 of file mitkPropertyListDeserializer.h.

Constructor & Destructor Documentation

mitk::PropertyListDeserializer::PropertyListDeserializer ( )
protected

Definition at line 21 of file mitkPropertyListDeserializer.cpp.

mitk::PropertyListDeserializer::~PropertyListDeserializer ( )
protectedvirtual

Definition at line 25 of file mitkPropertyListDeserializer.cpp.

Member Function Documentation

Pointer mitk::PropertyListDeserializer::Clone ( ) const
bool mitk::PropertyListDeserializer::Deserialize ( )
virtual

Reads a propertylist from file.

Returns
success of deserialization

Reimplemented in mitk::PropertyListDeserializerV1.

Definition at line 29 of file mitkPropertyListDeserializer.cpp.

References MITK_ERROR, and MITK_WARN.

virtual const char* mitk::PropertyListDeserializer::GetFilename ( ) const
virtual
mitk::PropertyList::Pointer mitk::PropertyListDeserializer::GetOutput ( void  )
virtual

Definition at line 89 of file mitkPropertyListDeserializer.cpp.

mitk::PropertyListDeserializer::mitkClassMacroItkParent ( PropertyListDeserializer  ,
itk::Object   
)
static Pointer mitk::PropertyListDeserializer::New ( )
static
virtual void mitk::PropertyListDeserializer::SetFilename ( const char *  _arg)
virtual

Member Data Documentation

std::string mitk::PropertyListDeserializer::m_Filename
protected

Definition at line 49 of file mitkPropertyListDeserializer.h.

PropertyList::Pointer mitk::PropertyListDeserializer::m_PropertyList
protected

Definition at line 50 of file mitkPropertyListDeserializer.h.


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