19#ifndef GEOS_OP_RELATE_EDGEENDBUNDLE_H
20#define GEOS_OP_RELATE_EDGEENDBUNDLE_H
22#include <geos/export.h>
24#include <geos/geomgraph/EdgeEnd.h>
51 virtual ~EdgeEndBundle();
52 std::vector<geomgraph::EdgeEnd*>* getEdgeEnds();
66 std::vector<geomgraph::EdgeEnd*> *edgeEnds;
100 void computeLabelSides(
int geomIndex);
101 void computeLabelSide(
int geomIndex,
int side);
Definition BoundaryNodeRule.h:50
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:56
void updateIM(geom::IntersectionMatrix &im)
Update the IM with the contribution for the computed label for the EdgeStubs.
void computeLabelOn(int geomIndex, const algorithm::BoundaryNodeRule &boundaryNodeRule)
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes to implement the computation of the spatial relationships of Geometrys.
Definition EdgeEndBuilder.h:42
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25