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

Method SetFloatProperty

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

Source from the content-addressed store, hash-verified

151}
152
153void mitk::Annotation::SetFloatProperty(const std::string &propertyKey, float floatValue)
154{
155 this->m_PropertyList->SetProperty(propertyKey, mitk::FloatProperty::New(floatValue));
156 Modified();
157}
158
159void mitk::Annotation::SetDoubleProperty(const std::string &propertyKey, double doubleValue)
160{

Callers 15

GetNodePropertiesMethod · 0.45
GetNodePropertyMethod · 0.45
ReplaceNodePropertiesMethod · 0.45
AddGizmoToNodeMethod · 0.45
OnCreateCroppedMaskMethod · 0.45
OnCreateMaskMethod · 0.45
EnsureFeedbackNodeMethod · 0.45
OnLassoContourEventMethod · 0.45

Calls 3

ModifiedFunction · 0.85
NewFunction · 0.50
SetPropertyMethod · 0.45