26 #ifndef __TERRALIB_MAPTOOLS_INTERNAL_RASTERCONTRAST_H    27 #define __TERRALIB_MAPTOOLS_INTERNAL_RASTERCONTRAST_H    81         std::size_t getNBands();
    93         void setValues(
const double& gain, 
const double& offset1, 
const double& offset2, 
const double& min, 
const double& max, 
const std::size_t& band);
   104         void getValues(std::vector<double>& gain, std::vector<double>& offset1, std::vector<double>& offset2, std::vector<double>& min, std::vector<double>& max);
   123 #endif  // __TERRALIB_MAPTOOLS_INTERNAL_RASTERCONTRAST_H 
te::map::RasterTransform::ContrastType m_type
The contrast type. 
 
This class contains the parameters needed to apply dynamic contrast over a raster. 
 
std::vector< double > m_offset2
 
std::vector< double > m_max
 
std::vector< double > m_min
 
std::vector< double > m_gain
 
std::vector< double > m_offset1