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

Method GetChannelDescriptor

Modules/Core/src/DataManagement/mitkImageDescriptor.cpp:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77mitk::ChannelDescriptor mitk::ImageDescriptor::GetChannelDescriptor(unsigned int id) const
78{
79 if (id >= this->m_NumberOfChannels)
80 {
81 throw std::invalid_argument("The given id exceeds the number of active channel.");
82 }
83 return this->m_ChannelDesc[id];
84}
85
86mitk::PixelType mitk::ImageDescriptor::GetChannelTypeByName(const char *name) const
87{

Callers 15

DoReadMethod · 0.80
SplitVectorImageMethod · 0.80
DoCalculateFeaturesMethod · 0.80
DoCalculateFeaturesMethod · 0.80
GenerateDataMethod · 0.80
GenerateDataMethod · 0.80
ImageDataItemMethod · 0.80
InitializeMethod · 0.80
SetImportVolumeMethod · 0.80

Calls

no outgoing calls