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

Method AddGroup

Modules/Multilabel/src/mitkLabelSetImage.cpp:370–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368}
369
370mitk::MultiLabelSegmentation::GroupIndexType mitk::MultiLabelSegmentation::AddGroup(ConstLabelVector labels)
371{
372 auto newID = this->GetNumberOfGroups();
373 this->InsertGroup(newID, labels);
374 return newID;
375}
376
377mitk::MultiLabelSegmentation::GroupIndexType mitk::MultiLabelSegmentation::AddGroup(mitk::Image* groupImage, ConstLabelVector labels)
378{

Callers 15

DoReadMethod · 0.80
LoadNewJSONPresetFunction · 0.80
TestCloneMethod · 0.80
TestAddLayerMethod · 0.80
TestGetActiveLabelSetMethod · 0.80
TestGetLabelMethod · 0.80
TestExistsLabelMethod · 0.80

Calls 2

GetNumberOfGroupsMethod · 0.95
InsertGroupMethod · 0.95