19#ifndef GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H
20#define GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H
22#include <geos/export.h>
24#include <geos/geomgraph/EdgeEndStar.h>
29class IntersectionMatrix;
Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.
Definition IntersectionMatrix.h:54
A EdgeEndStar is an ordered list of EdgeEnds around a node.
Definition EdgeEndStar.h:65
Models the end of an edge incident on a node.
Definition EdgeEnd.h:56
An ordered list of EdgeEndBundle objects around a RelateNode.
Definition EdgeEndBundleStar.h:48
EdgeEndBundleStar()
Creates a new empty EdgeEndBundleStar.
Definition EdgeEndBundleStar.h:52
void insert(geomgraph::EdgeEnd *e) override
Insert a EdgeEnd into this EdgeEndStar.
void updateIM(geom::IntersectionMatrix &im)
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26