21 #ifndef GEOS_OP_SIMPLENESTEDRINGTESTER_H
22 #define GEOS_OP_SIMPLENESTEDRINGTESTER_H
24 #include <geos/export.h>
32 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
60 geomgraph::GeometryGraph *graph;
61 std::vector<geom::LinearRing*> rings;
75 rings.push_back(ring);
99 #endif // GEOS_OP_SIMPLENESTEDRINGTESTER_H