A Qt dialog that allows users to run a arithmeticOp operation defined by RP module. More...
#include "../../../common/progress/ProgressManager.h"#include "../../../common/STLUtils.h"#include "../../../dataaccess/dataset/DataSet.h"#include "../../../dataaccess/utils/Utils.h"#include "../../../raster/RasterFactory.h"#include "../../../rp/Functions.h"#include "../../widgets/help/HelpPushButton.h"#include "../../widgets/progress/ProgressViewerDialog.h"#include "../layer/search/LayerSearchWidget.h"#include "../layer/search/LayerSearchWizardPage.h"#include "ArithmeticOpWizard.h"#include "ArithmeticOpWizardPage.h"#include "RasterInfoWidget.h"#include "RasterInfoWizardPage.h"#include "Utils.h"#include <cassert>#include <QMessageBox>#include <QApplication>Go to the source code of this file.
A Qt dialog that allows users to run a arithmeticOp operation defined by RP module.
Definition in file ArithmeticOpWizard.cpp.