26#ifndef __TERRALIB_SE_INTERNAL_CONTRASTENHANCEMENT_H
27#define __TERRALIB_SE_INTERNAL_CONTRASTENHANCEMENT_H
33#include <boost/noncopyable.hpp>
double m_gammaValue
It tells how much to brighten (values greater than 1.0) or dim (values less than 1....
ContrastEnhancementType
The type of contrast enhancement.
ContrastEnhancement()
It initializes a new ContrastEnhancement.
~ContrastEnhancement()
Destructor.
double getGammaValue() const
ContrastEnhancementType m_contrast
Contrast enhancement type. (Optional)
ContrastEnhancement * clone() const
It creates a new copy of this object.
ContrastEnhancementType getContrastEnhancementType() const
void setContrastEnhancementType(ContrastEnhancementType t)
void setGammaValue(const double &v)
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.