21#include <geos/export.h>
23#include <geos/geomgraph/EdgeEnd.h>
49 ~EdgeEndBundle()
override;
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
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.
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:32
Contains classes to implement the computation of the spatial relationships of Geometrys.
Definition namespaces.h:280
Provides classes for implementing operations on geometries.
Definition namespaces.h:179
Basic namespace for all GEOS functionalities.
Definition geos.h:39