19#ifndef GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
20#define GEOS_OP_VALID_OFFSETCURVEVERTEXLIST_H
49class IndexedNestedRingTester
62 ~IndexedNestedRingTester();
78 rings.push_back(ring);
89 std::vector<const geom::LinearRing*> rings;
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:60
Models an OGC SFS LinearRing.
Definition LinearRing.h:57
Definition GeometryGraph.h:74
Abstract class defines basic insertion and query operations supported by classes implementing spatial...
Definition SpatialIndex.h:47
void add(const geom::LinearRing *ring)
Definition IndexedNestedRingTester.h:76
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes that implement topology graphs.
Definition IndexedNestedRingTester.h:34
Provides classes for various kinds of spatial indexes.
Definition IndexedNestedRingTester.h:31
Provides classes for testing the validity of geometries.
Definition IndexedNestedRingTester.h:41
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25