|
QGIS API Documentation 4.1.0-Master (5bf3c20f3c9)
|
Encapsulates results of snapping a profile point. More...
#include <qgsprofilesnapping.h>
Public Member Functions | |
| bool | isValid () const |
Returns true if the result is a valid point. | |
Public Attributes | |
| QgsProfilePoint | snappedPoint |
| Snapped point. | |
Encapsulates results of snapping a profile point.
Definition at line 54 of file qgsprofilesnapping.h.
|
inline |
Returns true if the result is a valid point.
Definition at line 63 of file qgsprofilesnapping.h.
| QgsProfilePoint QgsProfileSnapResult::snappedPoint |
Snapped point.
Definition at line 58 of file qgsprofilesnapping.h.