Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkScalarListLookupTablePropertySerializer_h
14 #define mitkScalarListLookupTablePropertySerializer_h
34 tinyxml2::XMLElement*
Serialize(tinyxml2::XMLDocument& doc)
override;
42 namespace PropertyPersistenceSerialization
48 namespace PropertyPersistenceDeserialization
Abstract base class for properties.
MITKMODELFIT_EXPORT mitk::BaseProperty::Pointer deserializeXMLToScalarListLookupTableProperty(const std::string &value)
Base class for objects that serialize BaseProperty types.
BaseProperty::Pointer Deserialize(const tinyxml2::XMLElement *element) override
Deserializes given XML element.
#define MITKMODELFIT_EXPORT
Find image slices visible on a given plane.
~ScalarListLookupTablePropertySerializer() override
tinyxml2::XMLElement * Serialize(tinyxml2::XMLDocument &doc) override
Serializes given BaseProperty object.
Serializer for the ScalarListLookupTableProperty so it can be written and read from file.
mitkClassMacro(ScalarListLookupTablePropertySerializer, BasePropertySerializer)
MITKMODELFIT_EXPORT ::std::string serializeScalarListLookupTablePropertyToXML(const mitk::BaseProperty *prop)
ScalarListLookupTablePropertySerializer()