19 #ifndef GEOS_OP_BUFFER_SUBGRAPHDEPTHLOCATER_H
20 #define GEOS_OP_BUFFER_SUBGRAPHDEPTHLOCATER_H
22 #include <geos/export.h>
26 #include <geos/geom/LineSegment.h>
65 subgraphs(newSubgraphs)
74 std::vector<BufferSubgraph*> *subgraphs;
87 std::vector<DepthSegment*>& stabbedSegments);
99 std::vector<geomgraph::DirectedEdge*> *dirEdges,
100 std::vector<DepthSegment*>& stabbedSegments);
113 std::vector<DepthSegment*>& stabbedSegments);
122 #endif // ndef GEOS_OP_BUFFER_SUBGRAPHDEPTHLOCATER_H
Definition: LineSegment.h:57
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:60
A directed EdgeEnd.
Definition: geomgraph/DirectedEdge.h:44
Locates a subgraph inside a set of subgraphs, in order to determine the outside depth of the subgraph...
Definition: SubgraphDepthLocater.h:59