34 : m_contrastEnhancement(nullptr)
A selected channel to be display.
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
SelectedChannel * clone() const
It creates a new copy of this object.
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
SelectedChannel()
It initializes a new SelectedChannel.
ContrastEnhancement * m_contrastEnhancement
Contrast enhancement that can be applied to a channel in isolation. (Optional)
std::string m_sourceChannelName
Channels are identified by a system and data-dependent character identifier. Commonly, channels will be labelled as "1", "2" and so on. (Mandatory)
void setContrastEnhancement(ContrastEnhancement *c)
void setSourceChannelName(const std::string &name)
~SelectedChannel()
Destructor.
ContrastEnhancement * clone() const
It creates a new copy of this object.
A selected channel to be display.