Uses of Interface
sc.fiji.snt.tracing.SearchInterface
Packages that use SearchInterface
Package
Description
SNT core classes
Path-finding algorithms for interactive neuron tracing.
Artist classes provide visual feedback for tracing algorithm execution.
-
Uses of SearchInterface in sc.fiji.snt
Methods in sc.fiji.snt with parameters of type SearchInterfaceModifier and TypeMethodDescriptionvoidFillManagerUI.finished(SearchInterface source, boolean success) voidSearchProgressCallback.finished(SearchInterface source, boolean success) voidSNT.finished(SearchInterface source, boolean success) voidFillManagerUI.pointsInSearch(SearchInterface source, long inOpen, long inClosed) voidSearchProgressCallback.pointsInSearch(SearchInterface source, long inOpen, long inClosed) voidSNT.pointsInSearch(SearchInterface source, long inOpen, long inClosed) voidFillManagerUI.threadStatus(SearchInterface source, int currentStatus) voidSearchProgressCallback.threadStatus(SearchInterface source, int currentStatus) voidSNT.threadStatus(SearchInterface source, int status) -
Uses of SearchInterface in sc.fiji.snt.tracing
Classes in sc.fiji.snt.tracing that implement SearchInterfaceModifier and TypeClassDescriptionclassAbstract class for path-finding overRandomAccessibleIntervalsclassA flexible implementation of the bidirectional heuristic search algorithm described in Pijls, W.H.L.M., Post, H., 2009.classSeeded-volume segmentation via single-source shortest paths.classA tracer thread for manual tracing.classImplements a common thread that explores the image using a variety of strategies, e.g., to trace tubular structures or surfaces.classSNT's default tracer thread: explores between two points in an image, doing an A* search with a choice of distance measures.classA tracer thread forFijiITKInterface.TubularGeodesics(assumes the tubularity add-on to be installed) -
Uses of SearchInterface in sc.fiji.snt.tracing.artist
Methods in sc.fiji.snt.tracing.artist that return SearchInterfaceModifier and TypeMethodDescriptionBiSearchArtist.getSearch()FillerThreadArtist.getSearch()SearchArtist.getSearch()SearchThreadArtist.getSearch()Methods in sc.fiji.snt.tracing.artist with parameters of type SearchInterfaceModifier and TypeMethodDescriptionSearchArtistFactory.create(SearchInterface search) Creates a SearchArtist for the specified search interface.