31 : m_redChannel(nullptr),
32 m_greenChannel(nullptr),
33 m_blueChannel(nullptr),
34 m_grayChannel(nullptr),
void setRedChannel(SelectedChannel *c)
A selected channel to be display.
ChannelSelection specifies the false-color channel selection for a multi-spectral raster source (such...
ChannelSelection * clone() const
It creates a new copy of this object.
SelectedChannel * m_grayChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
void setGrayChannel(SelectedChannel *c)
~ChannelSelection()
Destructor.
SelectedChannel * clone() const
It creates a new copy of this object.
SelectedChannel * m_blueChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
void setColorCompositionType(ColorCompositionType cct)
ColorCompositionType m_colorCompType
Define the color composition, this is not defined in SE spec.
ColorCompositionType
Allowed color compositions type.
SelectedChannel * m_redChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
A selected channel to be display.
SelectedChannel * m_greenChannel
Either a channel may be selected to display in each of red, green, and blue, or a single channel may ...
void setBlueChannel(SelectedChannel *c)
void setGreenChannel(SelectedChannel *c)
ChannelSelection()
It initializes a new ChannelSelection.
ChannelSelection specifies the false-color channel selection for a multi-spectral raster source (such...