public class BoundingBoxIntersectsEdgeVisitor<T> extends DelegatingVisitor<Edge<T>>
| Constructor and Description |
|---|
BoundingBoxIntersectsEdgeVisitor(BoundingBox boundingBox,
Visitor<Edge<T>> matchVisitor) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<Edge<T>> |
getEdges(Graph<T> graph,
Edge<T> edge,
double maxDistance) |
boolean |
visit(Edge<T> edge)
Visit an item of type T, performing some operation on the item.
|
getVisitor, setVisitor, toStringgetComparator, getFilter, setComparator, setFilter, setFilterspublic BoundingBoxIntersectsEdgeVisitor(BoundingBox boundingBox, Visitor<Edge<T>> matchVisitor)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.