SubgraphDepthLocater class

Locates a subgraph inside a set of subgraphs, in order to determine the outside depth of the subgraph. The input subgraphs are assumed to have had depths already calculated for their edges.

@version 1.7

Constructors

SubgraphDepthLocater(List subgraphs)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seg LineSegment
getter/setter pair
subgraphs List
getter/setter pair

Methods

findStabbedSegments(Coordinate stabbingRayLeftPt) List
Finds all non-horizontal segments intersecting the stabbing line. The stabbing line is the ray to the right of stabbingRayLeftPt.
findStabbedSegments3(Coordinate stabbingRayLeftPt, List dirEdges, List stabbedSegments) → void
Finds all non-horizontal segments intersecting the stabbing line in the list of dirEdges. The stabbing line is the ray to the right of stabbingRayLeftPt.
findStabbedSegmentsDE(Coordinate stabbingRayLeftPt, DirectedEdge dirEdge, List stabbedSegments) → void
Finds all non-horizontal segments intersecting the stabbing line in the input dirEdge. The stabbing line is the ray to the right of stabbingRayLeftPt.
getDepth(Coordinate p) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited