Medical Imaging Interaction Toolkit
2018.4.99-389bf124
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) |
mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeJSONToTemporoSpatialStringProperty | ( | const std::string & | value | ) |
Deserialize a passed JSON string into a TemporoSpatialStringProperty.
Definition at line 335 of file mitkTemporoSpatialStringProperty.cpp.
References mitk::TemporoSpatialStringProperty::New().
Referenced by mitk::DICOMTagsOfInterestService::AddTagOfInterest().
mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeToStringProperty | ( | const std::string & | value | ) |
Simple default functions that puts the passed string into a string property.
Definition at line 259 of file mitkPropertyPersistenceInfo.cpp.
References mitk::StringProperty::New().
Referenced by testDeserializeFunction().
mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeXMLToScalarListLookupTableProperty | ( | const std::string & | value | ) |
Deserialize a passed XML string into a ScalarListLookupTableProperty.
Definition at line 119 of file mitkScalarListLookupTablePropertySerializer.cpp.
References mitk::ScalarListLookupTablePropertySerializer::New().
Referenced by mitk::ScalarListLookupTablePropertySerializer::~ScalarListLookupTablePropertySerializer().