Package | Description |
---|---|
sc.fiji.snt.analysis.graph |
Classes for handling neuronal reconstructions as graphs
|
sc.fiji.snt.viewer.geditor |
Modifier and Type | Method and Description |
---|---|
org.jgrapht.traverse.BreadthFirstIterator<SWCPoint,SWCWeightedEdge> |
DirectedWeightedGraph.getBreadthFirstIterator()
Gets a
BreadthFirstIterator , using the graph root as start vertex. |
org.jgrapht.traverse.BreadthFirstIterator<SWCPoint,SWCWeightedEdge> |
DirectedWeightedGraph.getBreadthFirstIterator(SWCPoint startVertex)
Gets a
BreadthFirstIterator , using the specified start vertex. |
org.jgrapht.traverse.DepthFirstIterator<SWCPoint,SWCWeightedEdge> |
DirectedWeightedSubgraph.getDepthFirstIterator() |
org.jgrapht.traverse.DepthFirstIterator<SWCPoint,SWCWeightedEdge> |
DirectedWeightedGraph.getDepthFirstIterator()
Gets a
DepthFirstIterator , using the graph root as start vertex. |
org.jgrapht.traverse.DepthFirstIterator<SWCPoint,SWCWeightedEdge> |
DirectedWeightedSubgraph.getDepthFirstIterator(SWCPoint startVertex) |
org.jgrapht.traverse.DepthFirstIterator<SWCPoint,SWCWeightedEdge> |
DirectedWeightedGraph.getDepthFirstIterator(SWCPoint startVertex)
Gets a
DepthFirstIterator , using the specified start vertex. |
Modifier and Type | Method and Description |
---|---|
void |
TreeGraphAdapter.setEdgeColor(SWCWeightedEdge edge,
ColorRGB color) |
Copyright © 2015–2021 Fiji. All rights reserved.