Uses of Class
sc.fiji.snt.SNT
Packages that use SNT
Package
Description
SNT core classes
Analysis of
Trees.Customizations and commands for SNT's GUI.
Scijava-based GUIs for SNT built-in commands.
Path-finding algorithms for interactive neuron tracing.
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
Visualization of reconstructions
-
Uses of SNT in sc.fiji.snt
Fields in sc.fiji.snt declared as SNTMethods in sc.fiji.snt that return SNTModifier and TypeMethodDescriptionSNTService.getInstance()Returns a reference to the activeSNTinstance.static SNTSNTUtils.getInstance()PathAndFillManager.getPlugin()Gets the SNT instance.SNTService.getPlugin()Deprecated.static SNTSNTUtils.getPluginInstance()Deprecated.useSNTUtils.getInstance()insteadPathManagerUI.getSNT()Gets the SNT instance associated with this Path Manager.SNTService.initialize(boolean startUI) Initializes SNT.SNTService.initialize(ij.ImagePlus imp, boolean startUI) Initializes SNT.SNTService.initialize(String imagePath, boolean startUI) Initializes SNT.<T extends net.imglib2.type.numeric.RealType<T>>
SNTSNTService.initialize(net.imagej.ImgPlus<T> img, boolean startUI) Initializes SNT from anImgPlusimage.static SNTSNTUtils.startApp()Convenience method to start up SNT's GUI.Methods in sc.fiji.snt with parameters of type SNTModifier and TypeMethodDescriptionprotected voidPath.drawPathAsPoints(Graphics2D g2, TracerCanvas canvas, SNT snt) protected static voidConstructors in sc.fiji.snt with parameters of type SNTModifierConstructorDescriptionFillManagerUI(SNT plugin) Instantiates a new Fill Manager DialogMultiPathTracerCanvas(ij.ImagePlus imp, SNT snt, PathAndFillManager pafm) Builds the canvas.protectedPathAndFillManager(SNT plugin) PathFitter(SNT plugin, Path path) Instantiates a new PathFitter.PathManagerUI(SNT plugin) Instantiates a new Path Manager Dialog.SciViewSNT(SNT snt) Constructs a new SNTPrefs instance for the specified SNT instance.Instantiates SNT's main UI and associatedPathManagerUIandFillManagerUIinstances. -
Uses of SNT in sc.fiji.snt.analysis
Constructors in sc.fiji.snt.analysis with parameters of type SNTModifierConstructorDescriptionPathStraightener(Path path, SNT snt) Instantiates a new PathStraightener -
Uses of SNT in sc.fiji.snt.gui
Constructors in sc.fiji.snt.gui with parameters of type SNTModifierConstructorDescriptionCostPalette(SNT snt, PointInImage startWorld, PointInImage endWorld) DemoRunner(SNTUI ui, SNT snt) MeasureUI(SNT plugin, Collection<Tree> trees) SigmaPalette(SNT snt) -
Uses of SNT in sc.fiji.snt.gui.cmds
Fields in sc.fiji.snt.gui.cmds declared as SNT -
Uses of SNT in sc.fiji.snt.seed
Methods in sc.fiji.snt.seed with parameters of type SNTModifier and TypeMethodDescriptionstatic voidSeedOverlayCanvasHandler.install(TracerCanvas canvas, SNT snt) Installs the Alt+Click → edit-nearest-seed listener on the given canvas.Constructors in sc.fiji.snt.seed with parameters of type SNTModifierConstructorDescriptionSeedTableModel(SeedOverlay overlay, SNT snt) Builds a model with an optional Status column. -
Uses of SNT in sc.fiji.snt.tracing
Constructors in sc.fiji.snt.tracing with parameters of type SNTModifierConstructorDescriptionprotectedAbstractSearch(SNT snt, ij.ImagePlus imagePlus) protectedAbstractSearch(SNT snt, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image) BiSearch(SNT snt, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z, Cost costFunction, Heuristic heuristic) BiSearch(SNT snt, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z, Cost costFunction, Heuristic heuristic) ManualTracerThread(SNT plugin, double start_x, double start_y, double start_z, double goal_x, double goal_y, double goal_z) protectedSearchThread(SNT snt, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image, Cost costFunction) TracerThread(SNT snt, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z) TracerThread(SNT snt, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z, Cost costFunction, Heuristic heuristic) TracerThread(SNT snt, net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z, Cost costFunction, Heuristic heuristic) -
Uses of SNT in sc.fiji.snt.util
Methods in sc.fiji.snt.util with parameters of type SNT -
Uses of SNT in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer with parameters of type SNTModifier and TypeMethodDescriptionstatic BvvConvenience factory: creates a BVV instance tethered to the givenSNTinstance and immediately displays its currently loaded image data.Constructors in sc.fiji.snt.viewer with parameters of type SNT
SNTService.getInstance()instead