9 #ifndef __TERRALIB_MNT_INTERNAL_TINCALCULATEGRID_H 
   10 #define __TERRALIB_MNT_INTERNAL_TINCALCULATEGRID_H 
   16 #include "../../dataaccess/dataset/DataSet.h" 
   17 #include "../../dataaccess/dataset/DataSetType.h" 
   18 #include "../../dataaccess/datasource/DataSource.h" 
   20 #include "../../raster/Raster.h" 
   50         std::string inDsetName,
 
   51         std::auto_ptr<te::da::DataSetType> inDsetType);
 
   56       void setOutput(std::map<std::string, std::string> &dsinfo);
 
   63       void setParams(
double resx, 
double resy, 
Interpolator gt);
 
   67       bool FillGridLinear(int32_t triid, 
te::gm::PointZ *p3da, int32_t flin, int32_t llin, int32_t fcol, int32_t lcol);
 
   79       bool FillGridQuintic(int32_t triid, int32_t flin, int32_t llin, int32_t fcol, int32_t lcol, 
double *coef);
 
boost::shared_ptr< DataSource > DataSourcePtr
 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A point with z-coordinate value. 
 
This file contains a class to define a TIN. Adapted from SPRING. 
 
Class to calculate grid from TIN. 
 
std::map< std::string, std::string > m_dsinfo
 
std::auto_ptr< te::da::DataSetType > m_inDsetType
 
Class to define TIN strutures. 
 
te::da::DataSourcePtr m_inDsrc