27#ifndef __TERRALIB_MNT_INTERNAL_PROFILERESULTDIALOG_H
28#define __TERRALIB_MNT_INTERNAL_PROFILERESULTDIALOG_H
44namespace Ui {
class ProfileResultDialogForm; }
55 ProfileResultDialog(QString tittle, QString yaxis, std::vector<te::gm::LineString*> &profileSet, std::vector<te::color::RGBAColor>
color, QWidget* parent = 0, Qt::WindowFlags f = 0);
65 std::unique_ptr<Ui::ProfileResultDialogForm>
m_ui;
LineString is a curve with linear interpolation between points.
A helper class for 24-bit RGBA (Red-Green-Blue-Alpha channel) color.
ProfileResultDialog(QString tittle, QString yaxis, std::vector< te::gm::LineString * > &profileSet, std::vector< te::color::RGBAColor > color, QWidget *parent=0, Qt::WindowFlags f=0)
void onOKPushButtonClicked()
std::unique_ptr< Ui::ProfileResultDialogForm > m_ui
Namespace for the Color Model of TerraLib.
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.