GEOS 3.11.1
|
An interface for algorithms which process the triangles in a QuadEdgeSubdivision
.
More...
#include <TriangleVisitor.h>
Inherited by geos::algorithm::hull::HullTriangulation::HullTriVisitor.
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 QuadEdge
s of a triangle.
triEdges | an array of the 3 quad edges in a triangle (in CCW order) |