| 
    QGIS API Documentation
    3.12.1-BucureČ™ti (121cc00ff0)
    
   | 
 
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... | |
Java-style iterator for traversal of vertices of a geometry.
Definition at line 1085 of file qgsabstractgeometry.h.
      
  | 
  default | 
Constructor for QgsVertexIterator.
      
  | 
  inline | 
Constructs iterator for the given geometry.
Definition at line 1092 of file qgsabstractgeometry.h.
      
  | 
  inline | 
Find out whether there are more vertices.
Definition at line 1100 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 421 of file qgsabstractgeometry.cpp.
 1.8.13