9#ifndef __TERRALIB_MNT_INTERNAL_TINCALCULATEGRID_H
10#define __TERRALIB_MNT_INTERNAL_TINCALCULATEGRID_H
50 std::string inDsetName,
51 std::unique_ptr<te::da::DataSetType> inDsetType);
56 void setOutput(std::map<std::string, std::string> &dsinfo);
79 bool FillGridQuintic(int32_t triid, int32_t flin, int32_t llin, int32_t fcol, int32_t lcol,
double *coef);
A class that models the description of a dataset.
This file contains a class to define a TIN. Adapted from SPRING.
A point with x and y coordinate values.
void setParams(double resx, double resy, Interpolator gt)
It sets the parameters that is being used to save TIN.
void setInput(te::da::DataSourcePtr inDsrc, std::string inDsetName, std::unique_ptr< te::da::DataSetType > inDsetType)
It sets the Datasource that is being used to generate TIN.
std::map< std::string, std::string > m_dsinfo
std::unique_ptr< te::da::DataSetType > m_inDsetType
void setOutput(std::map< std::string, std::string > &dsinfo)
It sets the Datasource that is being used to save TIN.
te::da::DataSourcePtr m_inDsrc
bool FillGridLinear(int32_t triid, te::gm::Point *p3da, int32_t flin, int32_t llin, int32_t fcol, int32_t lcol)
bool FillGridQuintic(int32_t triid, int32_t flin, int32_t llin, int32_t fcol, int32_t lcol, double *coef)
Method that fills the grid locations, inside a triangle, with a zvalue evaluated by a quintic polynom...
A dataset is the unit of information manipulated by the data access module of TerraLib.
An abstract class for data providers like a DBMS, Web Services or a regular file.
boost::shared_ptr< DataSource > DataSourcePtr
Namespace for DTM Processing module of TerraLib.
An abstract class for raster data strucutures.
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.