20 #ifndef GEOS_OP_SIMPLENESTEDRINGTESTER_H 21 #define GEOS_OP_SIMPLENESTEDRINGTESTER_H 23 #include <geos/export.h> 30 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class 57 std::vector<geom::LinearRing*> rings;
71 rings.push_back(ring);
95 #endif // GEOS_OP_SIMPLENESTEDRINGTESTER_H Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
Definition: GeometryGraph.h:73
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Models an OGC SFS LinearRing.
Definition: LinearRing.h:57
Tests whether any of a set of LinearRings are nested inside another ring in the set, using a simple O(n^2) comparison.
Definition: SimpleNestedRingTester.h:54