Medical Imaging Interaction Toolkit  2023.12.99-63768887
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 ()
 
 ~PropertyListDeserializer () override
 

Protected Attributes

std::string m_Filename
 
PropertyList::Pointer m_PropertyList
 

Detailed Description

Deserializes a mitk::PropertyList.

Definition at line 23 of file mitkPropertyListDeserializer.h.

Constructor & Destructor Documentation

◆ PropertyListDeserializer()

mitk::PropertyListDeserializer::PropertyListDeserializer ( )
protected

◆ ~PropertyListDeserializer()

mitk::PropertyListDeserializer::~PropertyListDeserializer ( )
overrideprotected

Member Function Documentation

◆ Clone()

Pointer mitk::PropertyListDeserializer::Clone ( ) const

◆ Deserialize()

virtual bool mitk::PropertyListDeserializer::Deserialize ( )
virtual

Reads a propertylist from file.

Returns
success of deserialization

Reimplemented in mitk::PropertyListDeserializerV1.

◆ GetFilename()

virtual const char* mitk::PropertyListDeserializer::GetFilename ( ) const
virtual

◆ GetOutput()

virtual PropertyList::Pointer mitk::PropertyListDeserializer::GetOutput ( )
virtual

◆ mitkClassMacroItkParent()

mitk::PropertyListDeserializer::mitkClassMacroItkParent ( PropertyListDeserializer  ,
itk::Object   
)

◆ New()

static Pointer mitk::PropertyListDeserializer::New ( )
static

◆ SetFilename()

virtual void mitk::PropertyListDeserializer::SetFilename ( const char *  _arg)
virtual

Member Data Documentation

◆ m_Filename

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

Definition at line 44 of file mitkPropertyListDeserializer.h.

◆ m_PropertyList

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

Definition at line 45 of file mitkPropertyListDeserializer.h.


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