21 #include <geos/export.h>
23 #include <geos/geomgraph/EdgeEnd.h>
30 class BoundaryNodeRule;
33 class IntersectionMatrix;
50 const std::vector<geomgraph::EdgeEnd*>& getEdgeEnds();
62 std::string print()
const override;
64 std::vector<geomgraph::EdgeEnd*> edgeEnds;
98 void computeLabelSides(uint8_t geomIndex);
99 void computeLabelSide(uint8_t geomIndex, uint32_t side);
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition: BoundaryNodeRule.h:52
Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.
Definition: IntersectionMatrix.h:51
Models the end of an edge incident on a node.
Definition: EdgeEnd.h:54
A collection of geomgraph::EdgeEnd objects which originate at the same point and have the same direct...
Definition: EdgeEndBundle.h:46
void computeLabelOn(uint8_t geomIndex, const algorithm::BoundaryNodeRule &boundaryNodeRule)
void updateIM(geom::IntersectionMatrix &im)
Update the IM with the contribution for the computed label for the EdgeStubs.
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25