Uses of Class
sc.fiji.snt.analysis.graph.SWCWeightedEdge
Packages that use SWCWeightedEdge
Package
Description
Classes for handling neuronal reconstructions as graphs
Classes implementing SNT's Graph Viewer
-
Uses of SWCWeightedEdge in sc.fiji.snt.analysis.graph
Methods in sc.fiji.snt.analysis.graph that return types with arguments of type SWCWeightedEdgeModifier and TypeMethodDescriptionorg.jgrapht.traverse.BreadthFirstIterator<SWCPoint, SWCWeightedEdge> DirectedWeightedGraph.getBreadthFirstIterator()Gets aBreadthFirstIterator, using the graph root as start vertex.org.jgrapht.traverse.BreadthFirstIterator<SWCPoint, SWCWeightedEdge> DirectedWeightedGraph.getBreadthFirstIterator(SWCPoint startVertex) Gets aBreadthFirstIterator, using the specified start vertex.org.jgrapht.traverse.DepthFirstIterator<SWCPoint, SWCWeightedEdge> DirectedWeightedGraph.getDepthFirstIterator()Gets aDepthFirstIterator, using the graph root as start vertex.org.jgrapht.traverse.DepthFirstIterator<SWCPoint, SWCWeightedEdge> DirectedWeightedGraph.getDepthFirstIterator(SWCPoint startVertex) Gets aDepthFirstIterator, using the specified start vertex.org.jgrapht.traverse.DepthFirstIterator<SWCPoint, SWCWeightedEdge> DirectedWeightedSubgraph.getDepthFirstIterator()org.jgrapht.traverse.DepthFirstIterator<SWCPoint, SWCWeightedEdge> DirectedWeightedSubgraph.getDepthFirstIterator(SWCPoint startVertex) org.jgrapht.traverse.TopologicalOrderIterator<SWCPoint, SWCWeightedEdge> DirectedWeightedGraph.getTopologicalOrderIterator()Gets aTopologicalOrderIteratorfor this graph.Constructor parameters in sc.fiji.snt.analysis.graph with type arguments of type SWCWeightedEdgeModifierConstructorDescriptionprotectedDirectedWeightedGraph(Supplier<SWCPoint> vertexSupplier, Supplier<SWCWeightedEdge> edgeSupplier, org.jgrapht.GraphType type, org.jgrapht.graph.GraphSpecificsStrategy<SWCPoint, SWCWeightedEdge> specificsStrategy) Subclass hook for installing a customGraphSpecificsStrategy. -
Uses of SWCWeightedEdge in sc.fiji.snt.viewer.geditor
Methods in sc.fiji.snt.viewer.geditor with parameters of type SWCWeightedEdgeModifier and TypeMethodDescriptionvoidTreeGraphAdapter.setEdgeColor(SWCWeightedEdge edge, org.scijava.util.ColorRGB color)