25 #ifndef __TERRALIB_MNT_INTERNAL_TINGENERATIONDIALOG_H 
   26 #define __TERRALIB_MNT_INTERNAL_TINGENERATIONDIALOG_H 
   29 #include "../../common/UnitOfMeasure.h" 
   30 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../maptools/AbstractLayer.h" 
   32 #include "../core/Config.h" 
   42 namespace Ui { 
class TINGenerationDialogForm; }
 
   61       void setLayers(std::list<te::map::AbstractLayerPtr> layers);
 
   67       void onIsolinesComboBoxChanged(
int index);
 
   68       void onSamplesComboBoxChanged(
int index);
 
   69       void onScalePushButtonClicked();
 
   72       void onBreakLinesComboBoxChanged(
int index);
 
   73       void onTargetDatasourceToolButtonPressed();
 
   74       void onTargetFileToolButtonPressed();
 
   75       void onHelpPushButtonClicked();
 
   76       void onOkPushButtonClicked();
 
   77       void onCancelPushButtonClicked();
 
   81       std::auto_ptr<Ui::TINGenerationDialogForm> 
m_ui;
 
double m_scale
Triangulation scale. 
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
te::map::AbstractLayerPtr m_outputLayer
Generated Layer. 
 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
double m_distance
Triangulation lines simplification maximum distance. 
 
double m_tol
Triangulation lines simplification tolerance. 
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
double m_breaktol
Triangulation breaklines simplification tolerance. 
 
std::auto_ptr< Ui::TINGenerationDialogForm > m_ui
 
te::map::AbstractLayerPtr m_samplesLayer
Points layer. 
 
te::map::AbstractLayerPtr m_isolinesLayer
Isolines layer. 
 
te::map::AbstractLayerPtr m_breaklinesLayer
BreakLines layer. 
 
std::string m_outputArchive
Archive information. 
 
double m_edgeSize
Triangulation edges minimum size. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr