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

Method InsertGroup

Modules/Multilabel/src/mitkLabelSetImage.cpp:384–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void mitk::MultiLabelSegmentation::InsertGroup(GroupIndexType groupID, ConstLabelVector labels, std::string name)
385{
386 auto newImage = this->GenerateNewGroupImage();
387 ClearImageBuffer(newImage);
388
389 this->InsertGroup(groupID, newImage, labels, name);
390}
391
392void mitk::MultiLabelSegmentation::InsertGroup(GroupIndexType groupID, mitk::Image* groupImage, ConstLabelVector labels, std::string name)
393{

Callers 2

AddGroupMethod · 0.95
ApplyGroupInsertFunction · 0.80

Calls 14

GenerateNewGroupImageMethod · 0.95
AddLabelToMapMethod · 0.95
RegisterLabelMethod · 0.95
GetTypeAsStringMethod · 0.80
ClearImageBufferFunction · 0.70
EqualFunction · 0.50
GetPixelTypeMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
findMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected