8 #ifndef __TERRALIB_MNT_INTERNAL_SMOOTH_H 
    9 #define __TERRALIB_MNT_INTERNAL_SMOOTH_H 
   15 #include "../../dataaccess/dataset/DataSet.h" 
   16 #include "../../dataaccess/dataset/DataSetType.h" 
   17 #include "../../dataaccess/datasource/DataSource.h" 
   30         std::string inDsetName,
 
   31         std::auto_ptr<te::da::DataSetType> inDsetType);
 
   35       void setParams(
double factor, 
double max_dist, 
bool simpl, std::string &attr);
 
   64 #endif //__TERRALIB_MNT_INTERNAL_SMOOTH_H 
boost::shared_ptr< DataSource > DataSourcePtr
 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string m_outDsetName
 
An utility struct for representing 2D coordinates. 
 
te::da::DataSourcePtr m_outDsrc
 
LineString is a curve with linear interpolation between points. 
 
int m_srid
Attribute with spatial reference information. 
 
std::auto_ptr< te::da::DataSetType > m_inDsetType
 
te::da::DataSourcePtr m_inDsrc