A dialog to calculate the kernel map of a dataset. More...
#include "../../common/Logger.h"#include "../../common/progress/ProgressManager.h"#include "../../common/Translator.h"#include "../../common/STLUtils.h"#include "../../dataaccess/datasource/DataSource.h"#include "../../dataaccess/utils/Utils.h"#include "../../maptools/DataSetLayer.h"#include "../../qt/widgets/progress/ProgressViewerDialog.h"#include "../core/KernelMapOperation.h"#include "../Exception.h"#include "KernelMapDialog.h"#include "Utils.h"#include "ui_KernelMapDialogForm.h"#include <QFileDialog>#include <QFileInfo>#include <QMessageBox>#include <QValidator>#include <memory>#include <boost/algorithm/string.hpp>#include <boost/filesystem.hpp>#include <boost/uuid/random_generator.hpp>#include <boost/uuid/uuid_io.hpp>Go to the source code of this file.
Functions | |
| Q_DECLARE_METATYPE (te::map::AbstractLayerPtr) | |
A dialog to calculate the kernel map of a dataset.
Definition in file KernelMapDialog.cpp.
| Q_DECLARE_METATYPE | ( | te::map::AbstractLayerPtr | ) |