QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Java-style iterator for traversal of vertices of a geometry. More...
#include <qgsabstractgeometry.h>
Public Member Functions | |
QgsVertexIterator ()=default | |
QgsVertexIterator (const QgsAbstractGeometry *geometry) | |
Constructs iterator for the given geometry. | |
bool | hasNext () const |
Find out whether there are more vertices. | |
QgsPoint | next () |
Returns next vertex of the geometry (undefined behavior if hasNext() returns false before calling next()) | |
Java-style iterator for traversal of vertices of a geometry.
Definition at line 1201 of file qgsabstractgeometry.h.
|
default |
|
inline |
Constructs iterator for the given geometry.
Definition at line 1208 of file qgsabstractgeometry.h.
|
inline |
Find out whether there are more vertices.
Definition at line 1216 of file qgsabstractgeometry.h.
QgsPoint QgsVertexIterator::next | ( | ) |
Returns next vertex of the geometry (undefined behavior if hasNext() returns false
before calling next())
Definition at line 545 of file qgsabstractgeometry.cpp.