Medical Imaging Interaction Toolkit
2016.11.0
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) |
mitk::BaseProperty::Pointer mitk::PropertyPersistenceDeserialization::deserializeJSONToTemporoSpatialStringProperty | ( | const std::string & | value | ) |
Deserialize a passed JSON string into a TemporoSpatialStringProperty.
Definition at line 339 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 263 of file mitkPropertyPersistenceInfo.cpp.
References mitk::StringProperty::New().