26 #ifndef __TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H    27 #define __TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H    31 #include "../../dataaccess/datasource/DataSourceInfo.h"    32 #include "../../maptools/AbstractLayer.h"    34 #include "../core/Config.h"    35 #include "../core/Enums.h"    42 #undef _CRTDBG_MAP_ALLOC      46 namespace Ui { 
class CreateIsolinesDialogForm; }
    62       void setLayers(std::list<te::map::AbstractLayerPtr> layers);
    68       void setSRID(
int newSRID);
    72       void onInputLayerToolButtonClicked();
    73       void onInputComboBoxChanged(
int index);
    74       void onDummyLineEditEditingFinished();
    75       void onStepFixeEnabled(
bool);
    76       void on_stepVariableraEnabled(
bool);
    77       void oninsertpushButtonClicked();
    78       void ondeletepushButtonClicked();
    79       void ondeleteallpushButtonClicked();
    80       void onTargetDatasourceToolButtonPressed();
    81       void onTargetFileToolButtonPressed();
    82       void onOkPushButtonClicked();
    83       void onCancelPushButtonClicked();
    84       void onSrsToolButtonClicked();
    88       std::unique_ptr<Ui::CreateIsolinesDialogForm> 
m_ui;
   108 #endif  //__TERRALIB_MNT_INTERNAL_CREATEISOLINESDIALOG_H 
mntType m_inputType
Input type (TIN, GRID) 
 
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string m_outputArchive
Archive information. 
 
te::map::AbstractLayerPtr m_outputLayer
Generated Layer. 
 
TEMNTEXPORT void getMinMax(te::rst::Raster *inputRst, double &vmin, double &vmax)
 
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
 
std::list< te::map::AbstractLayerPtr > m_layers
List of layers. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
std::unique_ptr< Ui::CreateIsolinesDialogForm > m_ui
 
te::map::AbstractLayerPtr m_inputLayer
Input layer. 
 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr