26 #ifndef __TERRALIB_SE_INTERNAL_SELECTEDCHANNEL_H 
   27 #define __TERRALIB_SE_INTERNAL_SELECTEDCHANNEL_H 
   36 #include <boost/noncopyable.hpp> 
   43     class ContrastEnhancement;
 
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
 
A selected channel to be display.
 
void setContrastEnhancement(ContrastEnhancement *c)
 
ContrastEnhancement * m_contrastEnhancement
Contrast enhancement that can be applied to a channel in isolation. (Optional)
 
SelectedChannel * clone() const
It creates a new copy of this object.
 
std::string getSourceChannelName() const
 
~SelectedChannel()
Destructor.
 
std::string m_sourceChannelName
Channels are identified by a system and data-dependent character identifier. Commonly,...
 
SelectedChannel()
It initializes a new SelectedChannel.
 
ContrastEnhancement * getContrastEnhancement() const
 
void setSourceChannelName(const std::string &name)
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
 
Proxy configuration file for TerraView (see terraview_config.h).