QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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 56 of file qgsprofilesnapping.h.
|
inline |
Returns true
if the result is a valid point.
Definition at line 66 of file qgsprofilesnapping.h.
QgsProfilePoint QgsProfileSnapResult::snappedPoint |
Snapped point.
Definition at line 61 of file qgsprofilesnapping.h.