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

Method IsLabelLocked

Modules/Multilabel/src/mitkLabelSetImage.cpp:1426–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424};
1425
1426bool mitk::MultiLabelSegmentation::IsLabelLocked(LabelValueType value) const
1427{
1428 if (value == UNLABELED_VALUE)
1429 {
1430 return m_UnlabeledLabelLock;
1431 }
1432
1433 const auto label = this->GetLabel(value);
1434 return label->GetLocked();
1435}
1436
1437const mitk::MultiLabelSegmentation::ConstLabelVectorType mitk::MultiLabelSegmentation::GetLabels() const
1438{

Callers 1

OnClickMethod · 0.80

Calls 2

GetLabelMethod · 0.95
GetLockedMethod · 0.45

Tested by

no test coverage detected