Package sc.fiji.snt.analysis.graph
package sc.fiji.snt.analysis.graph
Classes for handling neuronal reconstructions as graphs
- Author:
- Tiago Ferreira
-
ClassesClassDescriptionA specialized graph implementation for brain annotations that extends
SNTGraph.Utilities for AnnotationGraph handling and manipulation.Represents a weighted edge between twoBrainAnnotationvertices in an annotation graph.Class for accessing a reconstruction as a graph structure.Class for accessing the sub-graph that has a subset of vertices and a subset of edges of aDirectedWeightedGraph.GraphColorMapper<V,E extends org.jgrapht.graph.DefaultWeightedEdge> A color mapping utility for graph visualization that assigns colors to vertices and edges based on various graph metrics.Utilities for Graph handling.SNTGraph<V,E extends org.jgrapht.graph.DefaultWeightedEdge> An abstract weighted graph implementation that extendsAbstractBaseGraphwith additional support for vertex/edge coloring and vertex value mapping.SNTPseudograph<V,E extends org.jgrapht.graph.DefaultWeightedEdge> A specialized implementation ofSNTGraphthat represents a directed pseudograph with weighted edges.Memory-efficient variant ofDirectedWeightedGraphbacked by a compressed sparse-row (CSR) adjacency representation (CsrDirectedSpecifics).An extremely simple implementation of a weighted edge for Tree:Directed Graph conversions.