Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ GetChannelName
Method
GetChannelName
Modules/Core/src/DataManagement/mitkImageDescriptor.cpp:112–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
const std::string mitk::ImageDescriptor::GetChannelName(unsigned int id) const
113
{
114
if (id >= this->m_ChannelNames.size())
115
return
"Out-of-range-access"
;
116
else
117
return this->m_ChannelNames.at(id);
118
}
Callers
3
GetChannelName_OutOfRange_ReturnsPlaceholder
Method · 0.80
Initialize
Method · 0.80
PrintSelf
Method · 0.80
Calls
2
at
Method · 0.80
size
Method · 0.45
Tested by
1
GetChannelName_OutOfRange_ReturnsPlaceholder
Method · 0.64