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

Method GetGroupName

Modules/Segmentation/src/Algorithms/mitkSegGroupInsertOperation.cpp:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81std::string mitk::SegGroupInsertOperation::GetGroupName(MultiLabelSegmentation::GroupIndexType groupID) const
82{
83 if (m_Names.cend() != m_Names.find(groupID))
84 {
85 return m_Names.at(groupID);
86 }
87
88 return "";
89}
90
91mitk::SegGroupInsertOperation* mitk::SegGroupInsertOperation::CreateFromSegmentation(
92 MultiLabelSegmentation* segmentation,

Callers 6

CreatFromSegmentationMethod · 0.45
MakeLabelGroupFunction · 0.45

Calls 2

atMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected