Uses of Class
micycle.medialAxis.MedialAxis.Edge
-
-
Uses of MedialAxis.Edge in micycle.medialAxis
Fields in micycle.medialAxis with type parameters of type MedialAxis.Edge Modifier and Type Field Description List<MedialAxis.Edge>
MedialAxis.Branch. edges
Methods in micycle.medialAxis that return types with arguments of type MedialAxis.Edge Modifier and Type Method Description Map<MedialAxis.MedialDisk,MedialAxis.Edge>
MedialAxis. getEdgeMap()
Collection<MedialAxis.Edge>
MedialAxis. getEdges()
List<MedialAxis.Edge>
MedialAxis. getEdgesToRoot(MedialAxis.MedialDisk d)
Returns the edges comprising the path from the given disk to the root of the medial axis.List<MedialAxis.Edge>
MedialAxis. getPrunedEdges(double threshold)
Returns a subset of the axis' edges; in this method edges are pruned by their axial gradient value.List<MedialAxis.Edge>
MedialAxis. getPrunedEdges(double axialThreshold, double distanceThreshold)
Returns a subset of the axis' edges; in this method edges are pruned by their axial gradient value and axis distance from the root node.List<MedialAxis.Edge>
MedialAxis. getPrunedEdges(double axialThreshold, double distanceThreshold, double areaThreshold)
-