Uses of Class
sc.fiji.snt.tracing.DefaultSearchNode
Packages that use DefaultSearchNode
Package
Description
SNT core classes
Path-finding algorithms for interactive neuron tracing.
Artist classes provide visual feedback for tracing algorithm execution.
-
Uses of DefaultSearchNode in sc.fiji.snt
Methods in sc.fiji.snt that return types with arguments of type DefaultSearchNodeModifier and TypeMethodDescriptionFillConverter.getFillerStack()Merges the inputFillerThreads into a singleSearchImageStack. -
Uses of DefaultSearchNode in sc.fiji.snt.tracing
Fields in sc.fiji.snt.tracing declared as DefaultSearchNodeFields in sc.fiji.snt.tracing with type parameters of type DefaultSearchNodeModifier and TypeFieldDescriptionorg.jheaps.AddressableHeap.Handle<DefaultSearchNode, Void> DefaultSearchNode.heapHandleprotected SearchImageStack<DefaultSearchNode> SearchThread.nodes_as_image_from_goalprotected SearchImageStack<DefaultSearchNode> SearchThread.nodes_as_image_from_startprotected org.jheaps.AddressableHeap<DefaultSearchNode, Void> SearchThread.open_from_startMethods in sc.fiji.snt.tracing that return DefaultSearchNodeModifier and TypeMethodDescriptionSearchThread.createNewNode(int x, int y, int z, double g, double h, DefaultSearchNode predecessor, byte searchStatus) DefaultSearchNode.getPredecessor()Methods in sc.fiji.snt.tracing that return types with arguments of type DefaultSearchNodeModifier and TypeMethodDescriptionorg.jheaps.AddressableHeap.Handle<DefaultSearchNode, Void> DefaultSearchNode.getHandle()FillerThread.getNodesAsImage()SearchThread.getNodesAsImageFromGoal()SearchThread.getNodesAsImageFromStart()Methods in sc.fiji.snt.tracing with parameters of type DefaultSearchNodeModifier and TypeMethodDescriptionvoidSearchThread.addNode(DefaultSearchNode n, boolean fromStart) intDefaultSearchNode.compareTo(DefaultSearchNode o) SearchThread.createNewNode(int x, int y, int z, double g, double h, DefaultSearchNode predecessor, byte searchStatus) voidDefaultSearchNode.setFrom(DefaultSearchNode another) voidDefaultSearchNode.setPredecessor(DefaultSearchNode p) Method parameters in sc.fiji.snt.tracing with type arguments of type DefaultSearchNodeModifier and TypeMethodDescriptionvoidDefaultSearchNode.setHandle(org.jheaps.AddressableHeap.Handle<DefaultSearchNode, Void> handle) Constructors in sc.fiji.snt.tracing with parameters of type DefaultSearchNodeModifierConstructorDescriptionDefaultSearchNode(int x, int y, int z, double g, double h, DefaultSearchNode predecessor, byte searchStatus) -
Uses of DefaultSearchNode in sc.fiji.snt.tracing.artist
Methods in sc.fiji.snt.tracing.artist that return DefaultSearchNodeModifier and TypeMethodDescriptionFillerThreadArtist.anyNodeUnderThreshold(int x, int y, int z, double threshold) SearchThreadArtist.anyNodeUnderThreshold(int x, int y, int z, double threshold)