MCPcopy 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
112const 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

InitializeMethod · 0.80
PrintSelfMethod · 0.80

Calls 2

atMethod · 0.80
sizeMethod · 0.45