Medical Imaging Interaction Toolkit  2023.12.99-7a59bd54
Medical Imaging Interaction Toolkit
mitk::PropertyPersistenceDeserialization Namespace Reference

Functions

MITKCORE_EXPORT mitk::BaseProperty::Pointer deserializeToStringProperty (const std::string &value)
 
MITKCORE_EXPORT mitk::BaseProperty::Pointer deserializeJSONToTemporoSpatialStringProperty (const std::string &value)
 
MITKMODELFIT_EXPORT mitk::BaseProperty::Pointer deserializeXMLToScalarListLookupTableProperty (const std::string &value)
 

Function Documentation

◆ deserializeJSONToTemporoSpatialStringProperty()

MITKCORE_EXPORT mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeJSONToTemporoSpatialStringProperty ( const std::string &  value)

Deserialize a passed JSON string into a TemporoSpatialStringProperty.

◆ deserializeToStringProperty()

MITKCORE_EXPORT mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeToStringProperty ( const std::string &  value)

Simple default functions that puts the passed string into a string property.

◆ deserializeXMLToScalarListLookupTableProperty()

MITKMODELFIT_EXPORT mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeXMLToScalarListLookupTableProperty ( const std::string &  value)

Deserialize a passed XML string into a ScalarListLookupTableProperty.