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