GEOS
3.10.1
|
An interface for algorithms which process the triangles in a QuadEdgeSubdivision. More...
#include <TriangleVisitor.h>
Public Member Functions | |
virtual void | visit (std::array< QuadEdge *, 3 > &triEdges)=0 |
An interface for algorithms which process the triangles in a QuadEdgeSubdivision.
|
pure virtual |
Visits the QuadEdges of a triangle.
triEdges | an array of the 3 quad edges in a triangle (in CCW order) |