9 #ifndef __TERRALIB_MNT_INTERNAL_TINCREATEISOLINES_H    10 #define __TERRALIB_MNT_INTERNAL_TINCREATEISOLINES_H    16 #include "../../dataaccess/dataset/DataSet.h"    17 #include "../../dataaccess/dataset/DataSetType.h"    18 #include "../../dataaccess/datasource/DataSource.h"    41           std::string inDsetName,
    42           std::auto_ptr<te::da::DataSetType> inDsetType);
    46         void setParams(std::vector<double> &val, std::vector<double> &gval, 
double tol);
 std::vector< te::gm::LineString > m_isolist
 
Class to generate isolines from TIN. 
 
te::da::DataSourcePtr m_outDsrc
 
std::string m_outDsetName
 
boost::shared_ptr< DataSource > DataSourcePtr
 
std::auto_ptr< te::da::DataSetType > m_inDsetType
 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
te::da::DataSourcePtr m_inDsrc
 
std::vector< double > m_values
 
std::vector< double > m_guidevalues
 
Class to define TIN strutures. 
 
This file contains a class to define a TIN. Adapted from SPRING.