9#ifndef __TERRALIB_MNT_INTERNAL_TINCREATEISOLINES_H
10#define __TERRALIB_MNT_INTERNAL_TINCREATEISOLINES_H
41 std::string inDsetName,
42 std::unique_ptr<te::da::DataSetType> inDsetType);
46 void setParams(std::vector<double> &val, std::vector<double> &gval,
double tol);
60 std::vector<std::unique_ptr< te::gm::LineString > >
m_isolist;
A class that models the description of a dataset.
This file contains a class to define a TIN. Adapted from SPRING.
std::vector< std::unique_ptr< te::gm::LineString > > m_isolist
te::da::DataSourcePtr m_inDsrc
std::unique_ptr< te::da::DataSetType > m_inDsetType
std::string m_outDsetName
void setInput(te::da::DataSourcePtr inDsrc, std::string inDsetName, std::unique_ptr< te::da::DataSetType > inDsetType)
std::vector< double > m_values
void setOutput(te::da::DataSourcePtr outDsrc, std::string dsname)
void setParams(std::vector< double > &val, std::vector< double > &gval, double tol)
std::vector< double > m_guidevalues
te::da::DataSourcePtr m_outDsrc
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.
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.