A dialog with geostatistical methods to measure the spatial variability of attribute of a dataset. More...
#include "../../common/Logger.h"#include "../../common/progress/ProgressManager.h"#include "../../common/Translator.h"#include "../../common/STLUtils.h"#include "../../dataaccess/dataset/DataSet.h"#include "../../dataaccess/utils/Utils.h"#include "../../geometry/GeometryProperty.h"#include "../core/GeostatisticalFunctions.h"#include "../core/GeostatisticalMethodSemivariogram.h"#include "../core/GeostatisticalModel.h"#include "../core/GeostatisticalModelExponential.h"#include "../core/GeostatisticalModelGaussian.h"#include "../core/GeostatisticalModelSpherical.h"#include "../core/Utils.h"#include "../Enums.h"#include "../Exception.h"#include "GeostatisticalMethodsDialog.h"#include "ui_GeostatisticalMethodsDialogForm.h"#include <QGridLayout>#include <QMessageBox>#include <QValidator>#include <qwt_legend.h>#include <qwt_plot.h>#include <qwt_symbol.h>#include <memory>Go to the source code of this file.
Functions | |
| Q_DECLARE_METATYPE (te::map::AbstractLayerPtr) | |
A dialog with geostatistical methods to measure the spatial variability of attribute of a dataset.
Definition in file GeostatisticalMethodsDialog.cpp.
| Q_DECLARE_METATYPE | ( | te::map::AbstractLayerPtr | ) |