|
QGIS API Documentation
2.14.0-Essen
|
#include "qgssnappingutils.h"#include "qgsgeometry.h"#include "qgsmaplayerregistry.h"#include "qgsproject.h"#include "qgsvectorlayer.h"
Go to the source code of this file.
Functions | |
| QgsRectangle | _areaOfInterest (const QgsPoint &point, double tolerance) |
| static QgsPointLocator::Match | _findClosestSegmentIntersection (const QgsPoint &pt, const QgsPointLocator::MatchList &segments) |
| static void | _replaceIfBetter (QgsPointLocator::Match &mBest, const QgsPointLocator::Match &mNew, double maxDistance) |
| static void | _updateBestMatch (QgsPointLocator::Match &bestMatch, const QgsPoint &pointMap, QgsPointLocator *loc, int type, double tolerance, QgsPointLocator::MatchFilter *filter) |
|
inline |
Definition at line 211 of file qgssnappingutils.cpp.
|
static |
Definition at line 109 of file qgssnappingutils.cpp.
|
static |
Definition at line 175 of file qgssnappingutils.cpp.
|
static |
Definition at line 193 of file qgssnappingutils.cpp.
1.8.11