All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
KernelRatioDialog.cpp File Reference

A dialog to calculate the kernel ratio of a datasets. 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/KernelRatioOperation.h"
#include "../Exception.h"
#include "KernelRatioDialog.h"
#include "Utils.h"
#include "ui_KernelRatioDialogForm.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)
 

Detailed Description

A dialog to calculate the kernel ratio of a datasets.

Definition in file KernelRatioDialog.cpp.

Function Documentation

Q_DECLARE_METATYPE ( te::map::AbstractLayerPtr  )