Medical Imaging Interaction Toolkit  2023.12.99-ed252ae7
Medical Imaging Interaction Toolkit
mitk::ScalarListLookupTablePropertySerializer Class Reference

Serializer for the ScalarListLookupTableProperty so it can be written and read from file. More...

#include <mitkScalarListLookupTablePropertySerializer.h>

Inheritance diagram for mitk::ScalarListLookupTablePropertySerializer:
Collaboration diagram for mitk::ScalarListLookupTablePropertySerializer:

Public Member Functions

 mitkClassMacro (ScalarListLookupTablePropertySerializer, BasePropertySerializer)
 
tinyxml2::XMLElement * Serialize (tinyxml2::XMLDocument &doc) override
 Serializes given BaseProperty object. More...
 
BaseProperty::Pointer Deserialize (const tinyxml2::XMLElement *element) override
 Deserializes given XML element. More...
 
- Public Member Functions inherited from mitk::BasePropertySerializer
 mitkClassMacroItkParent (BasePropertySerializer, itk::Object)
 
virtual void SetProperty (const BaseProperty *_arg)
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ScalarListLookupTablePropertySerializer ()
 
 ~ScalarListLookupTablePropertySerializer () override
 
- Protected Member Functions inherited from mitk::BasePropertySerializer
 BasePropertySerializer ()
 
 ~BasePropertySerializer () override
 

Additional Inherited Members

- Protected Attributes inherited from mitk::BasePropertySerializer
BaseProperty::ConstPointer m_Property
 

Detailed Description

Serializer for the ScalarListLookupTableProperty so it can be written and read from file.

Definition at line 28 of file mitkScalarListLookupTablePropertySerializer.h.

Constructor & Destructor Documentation

◆ ScalarListLookupTablePropertySerializer()

mitk::ScalarListLookupTablePropertySerializer::ScalarListLookupTablePropertySerializer ( )
inlineprotected

◆ ~ScalarListLookupTablePropertySerializer()

mitk::ScalarListLookupTablePropertySerializer::~ScalarListLookupTablePropertySerializer ( )
inlineoverrideprotected

Member Function Documentation

◆ Deserialize()

BaseProperty::Pointer mitk::ScalarListLookupTablePropertySerializer::Deserialize ( const tinyxml2::XMLElement *  )
overridevirtual

Deserializes given XML element.

Returns
The deserialized Property.

This should be overwritten by specific sub-classes.

Reimplemented from mitk::BasePropertySerializer.

◆ mitkClassMacro()

mitk::ScalarListLookupTablePropertySerializer::mitkClassMacro ( ScalarListLookupTablePropertySerializer  ,
BasePropertySerializer   
)

◆ New()

static Pointer mitk::ScalarListLookupTablePropertySerializer::New ( )
static

◆ Serialize()

tinyxml2::XMLElement* mitk::ScalarListLookupTablePropertySerializer::Serialize ( tinyxml2::XMLDocument &  doc)
overridevirtual

Serializes given BaseProperty object.

Returns
The filename of the newly created file.

This should be overwritten by specific sub-classes.

Reimplemented from mitk::BasePropertySerializer.


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