21 #ifndef GEOS_OP_SWEEPLINENESTEDRINGTESTER_H
22 #define GEOS_OP_SWEEPLINENESTEDRINGTESTER_H
24 #include <geos/export.h>
25 #include <geos/geom/Envelope.h>
27 #include <geos/index/sweepline/SweepLineOverlapAction.h>
28 #include <geos/index/sweepline/SweepLineIndex.h>
34 #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class
66 geomgraph::GeometryGraph *graph;
67 std::vector<geom::LinearRing*> rings;
96 rings.push_back(ring);
101 class OverlapAction:
public index::sweepline::SweepLineOverlapAction {
105 void overlap(index::sweepline::SweepLineInterval *s0,
106 index::sweepline::SweepLineInterval *s1);
120 #endif // GEOS_OP_SWEEPLINENESTEDRINGTESTER_H