26 #ifndef __TERRALIB_SE_INTERNAL_SHADEDRELIEF_H 
   27 #define __TERRALIB_SE_INTERNAL_SHADEDRELIEF_H 
   33 #include <boost/noncopyable.hpp> 
   81         void setBrightnessOnly(
bool b);
 
   84         bool isBrightnessOnly() 
const;
 
   87         void setReliefFactor(
const double& rf);
 
   90         double getReliefFactor() 
const;
 
  106 #endif  // __TERRALIB_SE_INTERNAL_SHADEDRELIEF_H 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
double m_reliefFactor
It gives the amount of exaggeration to use for the height of the "hills". (Optional) ...
 
bool m_brightnessOnly
It may be 0 (false) or 1 (true). (Optional) 
 
ShadedRelief specifies the application of relief shading (or "hill shading") to a DEM raster to give ...