public class SquaresIntoClusters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.ddogleg.struct.FastQueue<java.util.List<SquareNode>> |
clusters |
protected SquareGraph |
graph |
protected org.ddogleg.struct.FastQueue<SquareNode> |
nodes |
protected java.util.List<SquareNode> |
open |
| Constructor and Description |
|---|
SquaresIntoClusters() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findClusters()
Put sets of nodes into the same list if they are some how connected
|
protected void |
recycleData()
Reset and recycle data structures from the previous run
|
protected org.ddogleg.struct.FastQueue<SquareNode> nodes
protected org.ddogleg.struct.FastQueue<java.util.List<SquareNode>> clusters
protected java.util.List<SquareNode> open
protected SquareGraph graph