13 #ifndef mitkScalarListLookupTablePropertySerializer_h 14 #define mitkScalarListLookupTablePropertySerializer_h 42 namespace PropertyPersistenceSerialization
48 namespace PropertyPersistenceDeserialization
55 #endif // mitkScalarListLookupTablePropertySerializer_h
MITKMODELFIT_EXPORT mitk::BaseProperty::Pointer deserializeXMLToScalarListLookupTableProperty(const std::string &value)
TiXmlElement * Serialize() override
Serializes given BaseProperty object.
mitkClassMacro(ScalarListLookupTablePropertySerializer, BasePropertySerializer)
BaseProperty::Pointer Deserialize(TiXmlElement *element) override
Deserializes given TiXmlElement.
DataCollection - Class to facilitate loading/accessing structured data.
Serializer for the ScalarListLookupTableProperty so it can be written and read from file...
#define MITKMODELFIT_EXPORT
Abstract base class for properties.
~ScalarListLookupTablePropertySerializer() override
Base class for objects that serialize BaseProperty types.
MITKMODELFIT_EXPORT ::std::string serializeScalarListLookupTablePropertyToXML(const mitk::BaseProperty *prop)
ScalarListLookupTablePropertySerializer()