Package | Description |
---|---|
sc.fiji.snt.analysis.graph |
Classes for handling neuronal reconstructions as graphs
|
sc.fiji.snt.viewer |
Visualization of reconstructions
|
sc.fiji.snt.viewer.geditor |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationGraph |
class |
DirectedWeightedGraph
Class for accessing a reconstruction as a graph structure.
|
class |
SNTPseudograph<V,E extends org.jgrapht.graph.DefaultWeightedEdge> |
Modifier and Type | Field and Description |
---|---|
protected SNTGraph<V,E> |
GraphColorMapper.graph |
Modifier and Type | Method and Description |
---|---|
int |
GraphColorMapper.map(SNTGraph<V,E> graph,
org.jgrapht.graph.AsSubgraph<V,E> subgraph,
String measurement,
ColorTable colorTable) |
int |
GraphColorMapper.map(SNTGraph<V,E> graph,
String measurement,
ColorTable colorTable) |
int |
GraphColorMapper.map(SNTGraph<V,E> graph,
String measurement,
String lut) |
Constructor and Description |
---|
GraphViewer(SNTGraph<?,? extends org.jgrapht.graph.DefaultWeightedEdge> inputGraph) |
Modifier and Type | Field and Description |
---|---|
protected SNTGraph<V,E> |
SNTGraphAdapter.cGraph |
Modifier and Type | Method and Description |
---|---|
SNTGraph<V,E> |
SNTGraphAdapter.getSourceGraph() |
Constructor and Description |
---|
SNTGraphAdapter(SNTGraph<V,E> graph) |
Copyright © 2015–2021 Fiji. All rights reserved.