| 
    GDAL
    
   | 
 
Interface for a point iterator. More...
#include <ogr_geometry.h>
Inherited by OGRCompoundCurvePointIterator, and OGRSimpleCurvePointIterator.
Public Member Functions | |
| virtual OGRBoolean | getNextPoint (OGRPoint *p)=0 | 
| Returns the next point followed by the iterator.  More... | |
Static Public Member Functions | |
| static void | destroy (OGRPointIterator *) | 
| Destroys a point iterator.  More... | |
Interface for a point iterator.
      
  | 
  static | 
Destroys a point iterator.
      
  | 
  pure virtual | 
Returns the next point followed by the iterator.
| p | point to fill. |