20#ifndef GEOS_OP_SIMPLENESTEDRINGTESTER_H
21#define GEOS_OP_SIMPLENESTEDRINGTESTER_H
23#include <geos/export.h>
30#pragma warning(disable: 4251)
54class GEOS_DLL SimpleNestedRingTester {
57 std::vector<geom::LinearRing*> rings;
67 ~SimpleNestedRingTester() {
71 rings.push_back(ring);
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
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 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