QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | Public Attributes | List of all members
QgsProfileSnapResult Class Reference

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. More...
 

Public Attributes

QgsProfilePoint snappedPoint
 Snapped point. More...
 

Detailed Description

Encapsulates results of snapping a profile point.

Since
QGIS 3.26

Definition at line 56 of file qgsprofilesnapping.h.

Member Function Documentation

◆ isValid()

bool QgsProfileSnapResult::isValid ( ) const
inline

Returns true if the result is a valid point.

Definition at line 66 of file qgsprofilesnapping.h.

Member Data Documentation

◆ snappedPoint

QgsProfilePoint QgsProfileSnapResult::snappedPoint

Snapped point.

Definition at line 61 of file qgsprofilesnapping.h.


The documentation for this class was generated from the following file: