20 #ifndef GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H
21 #define GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H
23 #include <geos/export.h>
25 #include <geos/geomgraph/EdgeEndStar.h>
30 class IntersectionMatrix;
65 #endif // GEOS_OP_RELATE_EDGEENDBUNDLESTAR_H
A EdgeEndStar is an ordered list of EdgeEnds around a node.
Definition: EdgeEndStar.h:63
An ordered list of EdgeEndBundle objects around a RelateNode.
Definition: EdgeEndBundleStar.h:49
Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix. ...
Definition: IntersectionMatrix.h:52
Models the end of an edge incident on a node.
Definition: EdgeEnd.h:56
EdgeEndBundleStar()
Creates a new empty EdgeEndBundleStar.
Definition: EdgeEndBundleStar.h:53