16#ifndef QGSGEOMETRYSNAPPERSINGLESOURCE_H
17#define QGSGEOMETRYSNAPPERSINGLESOURCE_H
19#include "qgis_analysis.h"
An interface for objects which accept features via addFeature(s) methods.
An interface for objects which provide features via a getFeatures method.
Base class for feedback objects to be used for cancellation of something running in a worker thread.
Ensures that any two vertices of the vector layer are at least at a distance given by the threshold v...
static int run(const QgsFeatureSource &source, QgsFeatureSink &sink, double thresh, QgsFeedback *feedback)
Run the algorithm on given source and output results to the sink, using threshold value in the source...