29 #ifndef GRIDDINGDIALOG_H 30 #define GRIDDINGDIALOG_H 32 #include <qwt3d_curve.h> 33 #include <qwt3d_surfaceplot.h> 47 using namespace Qwt3D;
55 GriddingDialog(
Table* t,
const QString& colName,
int nodes, QWidget* parent = 0, Qt::WFlags fl = 0 );
61 void setPlotStyle(
int);
62 void showMethodParameters(
int);
65 void loadDataFromTable();
66 void resetAxesLabels();
67 void findBestLayout();
74 alglib::real_2d_array
xy;
QSpinBox * boxRows
Definition: GriddingDialog.h:80
DoubleSpinBox * boxYEnd
Definition: GriddingDialog.h:84
DoubleSpinBox * boxXEnd
Definition: GriddingDialog.h:82
int d_nodes
Definition: GriddingDialog.h:73
QLabel * boxName
Definition: GriddingDialog.h:78
QSpinBox * boxNW
Definition: GriddingDialog.h:93
QGroupBox * previewBox
Definition: GriddingDialog.h:88
QSpinBox * boxNQ
Definition: GriddingDialog.h:92
DoubleSpinBox * boxXStart
Definition: GriddingDialog.h:81
QComboBox * boxModel
Definition: GriddingDialog.h:91
QComboBox * boxMethod
Definition: GriddingDialog.h:79
alglib::real_2d_array xy
Definition: GriddingDialog.h:74
QCheckBox * showPlotBox
Definition: GriddingDialog.h:87
QComboBox * boxPlotStyle
Definition: GriddingDialog.h:86
A QDoubleSpinBox allowing to customize numbers display with respect to locale settings.
Definition: DoubleSpinBox.h:39
QGroupBox * gbModel
Definition: GriddingDialog.h:90
QPushButton * buttonFit
Definition: GriddingDialog.h:76
QString d_col_name
Definition: GriddingDialog.h:72
Qwt3D::Plot3D * sp
Definition: GriddingDialog.h:70
QPushButton * buttonCancel
Definition: GriddingDialog.h:77
DoubleSpinBox * boxRadius
Definition: GriddingDialog.h:85
Random XYZ gridding options dialog.
Definition: GriddingDialog.h:50
QGroupBox * gbRadius
Definition: GriddingDialog.h:89
MDI window providing a spreadsheet table with column logic.
Definition: Table.h:57
DoubleSpinBox * boxYStart
Definition: GriddingDialog.h:83
Table * d_table
Definition: GriddingDialog.h:69