Uses of Interface
sc.fiji.snt.tracing.SearchNode
Packages that use SearchNode
Package
Description
Path-finding algorithms for interactive neuron tracing.
Data structures used to keep track of encountered nodes during image-based searches for classes implementing
SearchInterface-
Uses of SearchNode in sc.fiji.snt.tracing
Classes in sc.fiji.snt.tracing that implement SearchNodeModifier and TypeClassDescriptionclassASearchNodewhich can maintain both a from-start and from-goal search state.classASearchNodewhich can maintain both a from-start and from-goal search state. -
Uses of SearchNode in sc.fiji.snt.tracing.image
Classes in sc.fiji.snt.tracing.image with type parameters of type SearchNodeModifier and TypeClassDescriptionclassSearchImageStack<V extends SearchNode>A stack ofSearchImages, backed by aInt2ObjectOpenHashMap.static classSupplierUtil.ArraySearchImageSupplier<V extends SearchNode>static classSupplierUtil.ListSearchImageSupplier<V extends SearchNode>static classSupplierUtil.MapSearchImageSupplier<V extends SearchNode>Methods in sc.fiji.snt.tracing.image with type parameters of type SearchNodeModifier and TypeMethodDescriptionstatic <V extends SearchNode>
Supplier<SearchImage<V>> SupplierUtil.createSupplier(SNT.SearchImageType clazz, Class<V> searchNodeClass, int width, int height)