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 |
---|---|
static AnnotationGraph |
AnnotationGraphUtils.difference(AnnotationGraph graph1,
AnnotationGraph graph2)
Return the graph representing the
difference
of edge sets of graph1 - graph2
|
static AnnotationGraph |
AnnotationGraphUtils.intersection(Collection<AnnotationGraph> graphs)
Return the graph representing the
intersection
of the edge sets of a collection of graphs.
|
static AnnotationGraph |
AnnotationGraphUtils.symDifference(AnnotationGraph graph1,
AnnotationGraph graph2)
Return the graph representing the
symmetric difference
of the edge sets of graph1 and graph2
|
static AnnotationGraph |
AnnotationGraphUtils.union(Collection<AnnotationGraph> graphs)
Return the graph representing the
union
of the edge sets of a collection of graphs.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationGraph |
AnnotationGraphUtils.difference(AnnotationGraph graph1,
AnnotationGraph graph2)
Return the graph representing the
difference
of edge sets of graph1 - graph2
|
static AnnotationGraph |
AnnotationGraphUtils.symDifference(AnnotationGraph graph1,
AnnotationGraph graph2)
Return the graph representing the
symmetric difference
of the edge sets of graph1 and graph2
|
Modifier and Type | Method and Description |
---|---|
static AnnotationGraph |
AnnotationGraphUtils.intersection(Collection<AnnotationGraph> graphs)
Return the graph representing the
intersection
of the edge sets of a collection of graphs.
|
static AnnotationGraph |
AnnotationGraphUtils.union(Collection<AnnotationGraph> graphs)
Return the graph representing the
union
of the edge sets of a collection of graphs.
|
Modifier and Type | Method and Description |
---|---|
AnnotationGraph |
AnnotationGraphAdapter.getAnnotationGraph() |
Constructor and Description |
---|
AnnotationGraphAdapter(AnnotationGraph graph) |
AnnotationGraphAdapter(AnnotationGraph graph,
String verticesColor) |
Copyright © 2015–2021 Fiji. All rights reserved.