31   : m_contrastEnhancement(0)
 
   37   delete m_contrastEnhancement;
 
   42   m_sourceChannelName = name;
 
   47   delete m_contrastEnhancement;
 
   48   m_contrastEnhancement = c;
 
   56   if(m_contrastEnhancement)
 
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. 
 
void setContrastEnhancement(ContrastEnhancement *c)
 
void setSourceChannelName(const std::string &name)
 
~SelectedChannel()
Destructor. 
 
A selected channel to be display.