8 #ifndef __TERRALIB_MNT_INTERNAL_SLOPE_H     9 #define __TERRALIB_MNT_INTERNAL_SLOPE_H    17 #include "../../dataaccess/dataset/DataSet.h"    18 #include "../../dataaccess/dataset/DataSetType.h"    19 #include "../../dataaccess/datasource/DataSource.h"    32         std::string inDsetName,
    33         std::auto_ptr<te::da::DataSetType> inDsetType);
    35       void setOutput(std::map<std::string, std::string> &dsinfo);
    37       void setParams(
double resx, 
double resy, 
char gradtype, 
char slopetype, 
int srid, 
double dummy);
    50       double TriangleGradient(int32_t *nodesid, 
char gradtype, 
char slopetype);
    60       bool CalcGradientRst(std::auto_ptr<te::rst::Raster> &raster, 
unsigned l, 
unsigned c, 
double& dzdx, 
double& dzdy);
    80 #endif //__TERRALIB_MNT_INTERNAL_SLOPE_H std::auto_ptr< te::da::DataSetType > m_inDsetType
 
boost::shared_ptr< DataSource > DataSourcePtr
 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::da::DataSourcePtr m_inDsrc
 
This file contains a class to define a TIN. Adapted from SPRING. 
 
std::map< std::string, std::string > m_dsinfo
 
Class to define TIN strutures. 
 
mntType m_inputType
Input type (TIN, GRID)