Package | Description |
---|---|
sc.fiji.snt |
SNT core classes
|
sc.fiji.snt.tracing | |
sc.fiji.snt.tracing.artist |
Modifier and Type | Method and Description |
---|---|
Map<Fill,FillerThread> |
PathAndFillManager.getLoadedFills() |
Modifier and Type | Method and Description |
---|---|
void |
SNT.addFillerThread(FillerThread filler) |
void |
FillerProgressCallback.maximumDistanceCompletelyExplored(FillerThread source,
double f) |
void |
FillManagerUI.maximumDistanceCompletelyExplored(FillerThread source,
double f) |
Constructor and Description |
---|
FillConverter(Collection<FillerThread> fillers) |
Modifier and Type | Method and Description |
---|---|
static FillerThread |
FillerThread.fromFill(ij.ImagePlus imagePlus,
ij.process.ImageStatistics stats,
Fill fill) |
static FillerThread |
FillerThread.fromFill(RandomAccessibleInterval<? extends RealType<?>> image,
ij.measure.Calibration calibration,
ij.process.ImageStatistics stats,
Fill fill) |
Modifier and Type | Method and Description |
---|---|
FillerThreadArtist |
SearchArtistFactory.create(FillerThread search) |
Constructor and Description |
---|
FillerThreadArtist(FillerThread search,
Color openColor,
Color closedColor) |
Copyright © 2015–2021 Fiji. All rights reserved.