22 #ifndef GEOS_GEOMGRAPH_DIRECTEDEDGE_H
23 #define GEOS_GEOMGRAPH_DIRECTEDEDGE_H
25 #include <geos/export.h>
28 #include <geos/geomgraph/EdgeEnd.h>
30 #include <geos/inline.h>
54 static int depthFactor(
int currLocation,
int nextLocation);
64 void setInResult(
bool newIsInResult);
70 void setVisited(
bool newIsVisited);
72 void setEdgeRing(
EdgeRing *newEdgeRing);
76 void setMinEdgeRing(
EdgeRing *newMinEdgeRing);
80 int getDepth(
int position);
82 void setDepth(
int position,
int newDepth);
91 void setVisitedEdge(
bool newIsVisited);
134 bool isInteriorAreaEdge();
143 void setEdgeDepths(
int position,
int newDepth);
147 std::string printEdge();
181 void computeDirectedLabel();
188 # include "geos/geomgraph/DirectedEdge.inl"
191 #endif // ifndef GEOS_GEOMGRAPH_DIRECTEDEDGE_H
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:44
Models the end of an edge incident on a node.
Definition: EdgeEnd.h:56
Definition: geomgraph/EdgeRing.h:59
Definition: geomgraph/Edge.h:66