8#ifndef __TERRALIB_MNT_INTERNAL_SMOOTH_H
9#define __TERRALIB_MNT_INTERNAL_SMOOTH_H
30 std::string inDsetName,
31 std::unique_ptr<te::da::DataSetType> inDsetType);
35 void setParams(
double factor,
double max_dist,
bool simpl);
A class that models the description of a dataset.
LineString is a curve with linear interpolation between points.
std::unique_ptr< te::da::DataSetType > m_inDsetType
te::da::DataSourcePtr m_inDsrc
bool middlePointWithSnap(te::gm::Coord2D &pfr, te::gm::Coord2D &pto, te::gm::Coord2D &pt0, te::gm::Coord2D &pt1, double d)
void setParams(double factor, double max_dist, bool simpl)
int m_srid
Attribute with spatial reference information.
std::string m_outDsetName
void setOutput(te::da::DataSourcePtr outDsrc, std::string dsname)
bool AdjustCatmullRom(te::gm::LineString &iso)
void setInput(te::da::DataSourcePtr inDsrc, std::string inDsetName, std::unique_ptr< te::da::DataSetType > inDsetType)
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.
An utility struct for representing 2D coordinates.
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.