Uses of Class
sc.fiji.snt.analysis.graph.AnnotationGraph
Packages that use AnnotationGraph
Package
Description
Classes for handling neuronal reconstructions as graphs
Classes implementing SNT's Graph Viewer
-
Uses of AnnotationGraph in sc.fiji.snt.analysis.graph
Methods in sc.fiji.snt.analysis.graph that return AnnotationGraphModifier and TypeMethodDescriptionstatic AnnotationGraphAnnotationGraphUtils.difference(AnnotationGraph graph1, AnnotationGraph graph2) Return the graph representing the difference of edge sets of graph1 - graph2static AnnotationGraphAnnotationGraphUtils.intersection(Collection<AnnotationGraph> graphs) Return the graph representing the intersection of the edge sets of a collection of graphs.static AnnotationGraphAnnotationGraphUtils.symDifference(AnnotationGraph graph1, AnnotationGraph graph2) Return the graph representing the symmetric difference of the edge sets of graph1 and graph2static AnnotationGraphAnnotationGraphUtils.union(Collection<AnnotationGraph> graphs) Return the graph representing the union of the edge sets of a collection of graphs.Methods in sc.fiji.snt.analysis.graph with parameters of type AnnotationGraphModifier and TypeMethodDescriptionstatic AnnotationGraphAnnotationGraphUtils.difference(AnnotationGraph graph1, AnnotationGraph graph2) Return the graph representing the difference of edge sets of graph1 - graph2static AnnotationGraphAnnotationGraphUtils.symDifference(AnnotationGraph graph1, AnnotationGraph graph2) Return the graph representing the symmetric difference of the edge sets of graph1 and graph2Method parameters in sc.fiji.snt.analysis.graph with type arguments of type AnnotationGraphModifier and TypeMethodDescriptionstatic AnnotationGraphAnnotationGraphUtils.intersection(Collection<AnnotationGraph> graphs) Return the graph representing the intersection of the edge sets of a collection of graphs.static AnnotationGraphAnnotationGraphUtils.union(Collection<AnnotationGraph> graphs) Return the graph representing the union of the edge sets of a collection of graphs. -
Uses of AnnotationGraph in sc.fiji.snt.viewer.geditor
Methods in sc.fiji.snt.viewer.geditor that return AnnotationGraphConstructors in sc.fiji.snt.viewer.geditor with parameters of type AnnotationGraphModifierConstructorDescriptionprotectedAnnotationGraphAdapter(AnnotationGraph graph, String verticesColor)