Class PathFinder
java.lang.Object
org.cyclops.integrateddynamics.core.path.PathFinder
Algorithm to construct paths/clusters of
IPathElement
s.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Cluster
protected static TreeSet
<ISidedPathElement> getConnectedElements
(ISidedPathElement head, Set<org.cyclops.cyclopscore.datastructure.DimPos> visitedPositions)
-
Constructor Details
-
PathFinder
public PathFinder()
-
-
Method Details
-
getConnectedElements
protected static TreeSet<ISidedPathElement> getConnectedElements(ISidedPathElement head, Set<org.cyclops.cyclopscore.datastructure.DimPos> visitedPositions) -
getConnectedCluster
-