Uses of Class
sc.fiji.snt.Path.PathNode
Packages that use Path.PathNode
Package
Description
SNT core classes
Automatic neuron tracing algorithms that reconstruct complete neuronal
morphologies from images without user interaction.
-
Uses of Path.PathNode in sc.fiji.snt
Methods in sc.fiji.snt that return Path.PathNodeModifier and TypeMethodDescriptionPath.PathNode.clone()Creates a deep copy of this PathNode.Path.getNode(int pos) Gets the node at the specified position.protected Path.PathNodeprotected Path.PathNodePath.getNodeWithChecks(int pos) Gets the internal PathNode at the specified position (for advanced operations).protected Path.PathNodePath.getNodeWithoutChecks(int pos) Gets the internal PathNode at the specified position (for advanced operations).Path.nearestNodeTo(PointInImage node, double within) Gets the closest node associated with the specified node. -
Uses of Path.PathNode in sc.fiji.snt.tracing.auto
Methods in sc.fiji.snt.tracing.auto that return Path.PathNodeModifier and TypeMethodDescriptionSomaUtils.SomaResult.toNode(double[] spacing) Creates a SNTPoint (Path.PathNoderepresenting the node.