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

Method SetBoolProperty

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

Source from the content-addressed store, hash-verified

145 Modified();
146}
147void mitk::Annotation::SetBoolProperty(const std::string &propertyKey, bool boolValue)
148{
149 this->m_PropertyList->SetProperty(propertyKey, mitk::BoolProperty::New(boolValue));
150 Modified();
151}
152
153void mitk::Annotation::SetFloatProperty(const std::string &propertyKey, float floatValue)
154{

Callers 15

showEigenvectorsMethod · 0.45
DoReadMethod · 0.45
CreatePlanarFiguresMethod · 0.45
MoveCurrentPointMethod · 0.45
FinalizeFigureMethod · 0.45
EndInteractionMethod · 0.45
EndHoveringMethod · 0.45
DeselectPointMethod · 0.45
AddInitialPointMethod · 0.45
StartHoveringMethod · 0.45
HideControlPointsMethod · 0.45
RemoveSelectedPointMethod · 0.45

Calls 3

ModifiedFunction · 0.85
NewFunction · 0.50
SetPropertyMethod · 0.45