Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
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
 
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
 

Detailed Description

Deserializes a mitk::PropertyList.

Definition at line 23 of file mitkPropertyListDeserializerV1.h.

Constructor & Destructor Documentation

◆ PropertyListDeserializerV1()

mitk::PropertyListDeserializerV1::PropertyListDeserializerV1 ( )
protected

◆ ~PropertyListDeserializerV1()

mitk::PropertyListDeserializerV1::~PropertyListDeserializerV1 ( )
overrideprotected

Member Function Documentation

◆ Clone()

Pointer mitk::PropertyListDeserializerV1::Clone ( ) const

◆ Deserialize()

bool mitk::PropertyListDeserializerV1::Deserialize ( )
overridevirtual

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

Returns
success of deserialization

Reimplemented from mitk::PropertyListDeserializer.

◆ mitkClassMacro()

mitk::PropertyListDeserializerV1::mitkClassMacro ( PropertyListDeserializerV1  ,
PropertyListDeserializer   
)

◆ New()

static Pointer mitk::PropertyListDeserializerV1::New ( )
static

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