Medical Imaging Interaction Toolkit
2023.12.00
Medical Imaging Interaction Toolkit
|
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) |
MITKCORE_EXPORT mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeJSONToTemporoSpatialStringProperty | ( | const std::string & | value | ) |
Deserialize a passed JSON string into a TemporoSpatialStringProperty.
MITKCORE_EXPORT mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeToStringProperty | ( | const std::string & | value | ) |
Simple default functions that puts the passed string into a string property.
MITKMODELFIT_EXPORT mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeXMLToScalarListLookupTableProperty | ( | const std::string & | value | ) |
Deserialize a passed XML string into a ScalarListLookupTableProperty.