19 #ifndef GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
20 #define GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
59 rings.reserve(initialCapacity);
71 getNestedPoint()
const
80 rings.push_back(ring);
91 std::vector<const geom::LinearRing*> rings;
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Models an OGC SFS LinearRing. A LinearRing is a LineString which is both closed and simple.
Definition: LinearRing.h:54
A GeometryGraph is a graph that models a given Geometry.
Definition: GeometryGraph.h:74
Abstract class defines basic insertion and query operations supported by classes implementing spatial...
Definition: SpatialIndex.h:47
Tests whether any of a set of LinearRings are nested inside another ring in the set,...
Definition: IndexedNestedRingTester.h:50
void add(const geom::LinearRing *ring)
Definition: IndexedNestedRingTester.h:78
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26