Uses of Class
sc.fiji.snt.tracing.FillerThread
Packages that use FillerThread
Package
Description
SNT core classes
Path-finding algorithms for interactive neuron tracing.
Artist classes provide visual feedback for tracing algorithm execution.
-
Uses of FillerThread in sc.fiji.snt
Methods in sc.fiji.snt that return types with arguments of type FillerThreadMethods in sc.fiji.snt with parameters of type FillerThreadModifier and TypeMethodDescriptionvoidSNT.addFillerThread(FillerThread filler) voidFillerProgressCallback.maximumDistanceCompletelyExplored(FillerThread source, double f) voidFillManagerUI.maximumDistanceCompletelyExplored(FillerThread source, double f) Constructor parameters in sc.fiji.snt with type arguments of type FillerThreadModifierConstructorDescriptionFillConverter(Collection<FillerThread> fillers) Constructs a new FillConverter with the specified collection of FillerThread objects. -
Uses of FillerThread in sc.fiji.snt.tracing
Methods in sc.fiji.snt.tracing that return FillerThreadModifier and TypeMethodDescriptionstatic FillerThreadstatic FillerThreadFillerThread.fromFill(net.imglib2.RandomAccessibleInterval<? extends net.imglib2.type.numeric.RealType<?>> image, ij.measure.Calibration calibration, ij.process.ImageStatistics stats, Fill fill) -
Uses of FillerThread in sc.fiji.snt.tracing.artist
Methods in sc.fiji.snt.tracing.artist with parameters of type FillerThreadModifier and TypeMethodDescriptionSearchArtistFactory.create(FillerThread search) Creates a FillerThreadArtist for the specified FillerThread.Constructors in sc.fiji.snt.tracing.artist with parameters of type FillerThreadModifierConstructorDescriptionFillerThreadArtist(FillerThread search, Color openColor, Color closedColor)