Uses of Class
sc.fiji.snt.analysis.graph.SNTGraph
Packages that use SNTGraph
Package
Description
Classes for handling neuronal reconstructions as graphs
Visualization of reconstructions
Classes implementing SNT's Graph Viewer
-
Uses of SNTGraph in sc.fiji.snt.analysis.graph
Subclasses of SNTGraph in sc.fiji.snt.analysis.graphModifier and TypeClassDescriptionclassA specialized graph implementation for brain annotations that extendsSNTGraph.classClass for accessing a reconstruction as a graph structure.classSNTPseudograph<V,E extends org.jgrapht.graph.DefaultWeightedEdge> A specialized implementation ofSNTGraphthat represents a directed pseudograph with weighted edges.classMemory-efficient variant ofDirectedWeightedGraphbacked by a compressed sparse-row (CSR) adjacency representation (CsrDirectedSpecifics).Fields in sc.fiji.snt.analysis.graph declared as SNTGraphMethods in sc.fiji.snt.analysis.graph with parameters of type SNTGraphModifier and TypeMethodDescriptionintintGraphColorMapper.map(SNTGraph<V, E> graph, String measurement, net.imglib2.display.ColorTable colorTable) intGraphColorMapper.map(SNTGraph<V, E> graph, org.jgrapht.graph.AsSubgraph<V, E> subgraph, String measurement, net.imglib2.display.ColorTable colorTable) -
Uses of SNTGraph in sc.fiji.snt.viewer
Constructors in sc.fiji.snt.viewer with parameters of type SNTGraphModifierConstructorDescriptionGraphViewer(SNTGraph<?, ? extends org.jgrapht.graph.DefaultWeightedEdge> inputGraph) Constructs a new GraphViewer for the specified graph. -
Uses of SNTGraph in sc.fiji.snt.viewer.geditor
Fields in sc.fiji.snt.viewer.geditor declared as SNTGraphMethods in sc.fiji.snt.viewer.geditor that return SNTGraphConstructors in sc.fiji.snt.viewer.geditor with parameters of type SNTGraph