19 #ifndef GEOS_TRIANGULATE_QUADEDGE_TRIANGLEVISITOR_H 20 #define GEOS_TRIANGULATE_QUADEDGE_TRIANGLEVISITOR_H 22 #include <geos/triangulate/quadedge/QuadEdge.h> 25 namespace triangulate {
41 virtual void visit(
QuadEdge* triEdges[3]) = 0;
50 #endif // GEOS_TRIANGULATE_QUADEDGE_TRIANGLEVISITOR_H Definition: TriangleVisitor.h:34
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A class that represents the edge data structure which implements the quadedge algebra.
Definition: QuadEdge.h:51