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