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

Method ExistGroup

Modules/Multilabel/src/mitkLabelSetImage.cpp:1390–1393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388}
1389
1390bool mitk::MultiLabelSegmentation::ExistGroup(GroupIndexType index) const
1391{
1392 return index < m_GroupContainer.size();
1393}
1394
1395mitk::MultiLabelSegmentation::GroupIndexType mitk::MultiLabelSegmentation::GetGroupIndexOfLabel(LabelValueType value) const
1396{

Callers 15

RemoveGroupMethod · 0.95
GetGroupImageMethod · 0.95
UpdateGroupImageMethod · 0.95
SetGroupNameMethod · 0.95
ClearGroupImageMethod · 0.95
AddLabelToMapMethod · 0.95
GetLabelValuesByGroupMethod · 0.95
LoadNewJSONPresetFunction · 0.80
CreateLabelClassMapMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

TestExistsGroupMethod · 0.64
TestRemoveLayerMethod · 0.64