20 #ifndef GEOS_OP_BUFFER_SUBGRAPHDEPTHLOCATER_H
21 #define GEOS_OP_BUFFER_SUBGRAPHDEPTHLOCATER_H
23 #include <geos/export.h>
27 #include <geos/geom/LineSegment.h>
66 subgraphs(newSubgraphs)
75 std::vector<BufferSubgraph*> *subgraphs;
88 std::vector<DepthSegment*>& stabbedSegments);
100 std::vector<geomgraph::DirectedEdge*> *dirEdges,
101 std::vector<DepthSegment*>& stabbedSegments);
114 std::vector<DepthSegment*>& stabbedSegments);
123 #endif // ndef GEOS_OP_BUFFER_SUBGRAPHDEPTHLOCATER_H
Definition: LineSegment.h:58
Coordinate is the lightweight class used to store coordinates.
Definition: Coordinate.h:61
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:60