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

Method SetValue

Modules/Multilabel/src/mitkLabel.cpp:314–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void mitk::Label::SetValue(PixelType pixelValue)
315{
316 if (pixelValue != m_Value)
317 {
318 // Update Property
319 m_Value = pixelValue;
320 this->Modified();
321 }
322}
323
324mitk::Label::PixelType mitk::Label::GetValue() const
325{

Callers 15

LabelMethod · 0.95
UpdateMethod · 0.95
StartRegionGrowingMethod · 0.45
SetShapeMethod · 0.45
SetDicomTagFunction · 0.45
SetDicomPropertyFunction · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 15

SetDicomTagFunction · 0.36
SetDicomPropertyFunction · 0.36
BuildSegWithRuleFunction · 0.36
TestSetValueMethod · 0.36
TestCloneMethod · 0.36
TestAddLayerMethod · 0.36
TestGetActiveLabelSetMethod · 0.36
TestGetActiveLabelMethod · 0.36
TestExistsLabelMethod · 0.36
TestExistsGroupMethod · 0.36