18 #ifndef QGSTININTERPOLATOR_H
19 #define QGSTININTERPOLATOR_H
38 QgsTINInterpolator(
const QList<LayerData>& inputData, TIN_INTERPOLATION interpolation = Linear,
bool showProgressDialog =
false );
55 bool mShowProgressDialog;
57 bool mExportTriangulationToFile;
59 QString mTriangulationFilePath;
61 TIN_INTERPOLATION mInterpolation;
71 int insertData(
QgsFeature* f,
bool zCoord,
int attr, InputType type );