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

Method ReplaceGroupLabels

Modules/Multilabel/src/mitkLabelSetImage.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void mitk::MultiLabelSegmentation::ReplaceGroupLabels(const GroupIndexType groupID, const ConstLabelVectorType& labelSet)
452{
453 this->ReplaceGroupLabels({ {groupID, labelSet} });
454}
455
456void mitk::MultiLabelSegmentation::ReplaceGroupLabels(const GroupIndexType groupID, const LabelVectorType& labelSet)
457{

Callers 5

DoReadMethod · 0.80
DoReadMethod · 0.80
ApplyGroupModificationFunction · 0.80
CropFunction · 0.80
ProcessImageMethod · 0.80

Calls 14

RemoveLabelFromMapMethod · 0.95
GetGroupIndexOfLabelMethod · 0.95
AddLabelToMapMethod · 0.95
RegisterLabelMethod · 0.95
ExistLabelMethod · 0.95
SetActiveLabelMethod · 0.95
sizeMethod · 0.45
GetValueMethod · 0.45
endMethod · 0.45
beginMethod · 0.45
findMethod · 0.45
CloneMethod · 0.45

Tested by

no test coverage detected