MCPcopy Create free account
hub / github.com/MITK/MITK / SetDoubleProperty

Method SetDoubleProperty

Modules/Core/src/Rendering/mitkAnnotation.cpp:159–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void mitk::Annotation::SetDoubleProperty(const std::string &propertyKey, double doubleValue)
160{
161 this->m_PropertyList->SetProperty(propertyKey, mitk::DoubleProperty::New(doubleValue));
162 Modified();
163}
164
165void mitk::Annotation::SetStringProperty(const std::string &propertyKey, const std::string &stringValue)
166{

Callers 1

TestPropertyListMethod · 0.45

Calls 3

ModifiedFunction · 0.85
NewFunction · 0.50
SetPropertyMethod · 0.45

Tested by 1

TestPropertyListMethod · 0.36