26 #ifndef __TERRALIB_SE_INTERNAL_SHADEDRELIEF_H 
   27 #define __TERRALIB_SE_INTERNAL_SHADEDRELIEF_H 
   33 #include <boost/noncopyable.hpp> 
ShadedRelief specifies the application of relief shading (or "hill shading") to a DEM raster to give ...
 
double getReliefFactor() const
 
void setBrightnessOnly(bool b)
 
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 * clone() const
It creates a new copy of this object.
 
~ShadedRelief()
Destructor.
 
bool isBrightnessOnly() const
 
void setReliefFactor(const double &rf)
 
ShadedRelief()
It initializes a new ShadedRelief.
 
#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).