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

Java-style iterator for traversal of vertices of a geometry. More...

#include <qgsabstractgeometry.h>

Public Member Functions

 QgsVertexIterator ()=default
 Constructor for QgsVertexIterator. More...
 
 QgsVertexIterator (const QgsAbstractGeometry *geometry)
 Constructs iterator for the given geometry. More...
 
bool hasNext () const
 Find out whether there are more vertices. More...
 
QgsPoint next ()
 Returns next vertex of the geometry (undefined behavior if hasNext() returns false before calling next()) More...
 

Detailed Description

Java-style iterator for traversal of vertices of a geometry.

Definition at line 1189 of file qgsabstractgeometry.h.

Constructor & Destructor Documentation

◆ QgsVertexIterator() [1/2]

QgsVertexIterator::QgsVertexIterator ( )
default

Constructor for QgsVertexIterator.

◆ QgsVertexIterator() [2/2]

QgsVertexIterator::QgsVertexIterator ( const QgsAbstractGeometry geometry)
inline

Constructs iterator for the given geometry.

Definition at line 1196 of file qgsabstractgeometry.h.

Member Function Documentation

◆ hasNext()

bool QgsVertexIterator::hasNext ( ) const
inline

Find out whether there are more vertices.

Definition at line 1204 of file qgsabstractgeometry.h.

◆ next()

QgsPoint QgsVertexIterator::next ( )

Returns next vertex of the geometry (undefined behavior if hasNext() returns false before calling next())

Definition at line 540 of file qgsabstractgeometry.cpp.


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