public abstract class AbstractSearch extends Object implements SearchInterface, Runnable
RandomAccessibleInterval
sModifier and Type | Field and Description |
---|---|
protected RandomAccessibleInterval<? extends RealType<?>> |
img |
protected RandomAccess<? extends RealType<?>> |
imgAccess |
int |
imgDepth |
int |
imgHeight |
int |
imgWidth |
protected ArrayList<SearchProgressCallback> |
progressListeners |
protected long |
reportEveryMilliseconds |
protected String |
spacing_units |
protected int |
timeoutSeconds |
protected boolean |
verbose |
protected long |
xMax |
protected long |
xMin |
protected double |
xSep |
protected long |
yMax |
protected long |
yMin |
protected double |
ySep |
protected long |
zMax |
protected long |
zMin |
protected double |
zSep |
Modifier | Constructor and Description |
---|---|
protected |
AbstractSearch(Dataset image,
int timeoutSeconds,
long reportEveryMilliseconds) |
protected |
AbstractSearch(ij.ImagePlus imagePlus,
int timeoutSeconds,
long reportEveryMilliseconds) |
protected |
AbstractSearch(RandomAccessibleInterval<? extends RealType<?>> image,
ij.measure.Calibration calibration,
int timeoutSeconds,
long reportEveryMilliseconds) |
protected |
AbstractSearch(SNT snt,
ij.ImagePlus imagePlus) |
protected |
AbstractSearch(SNT snt,
RandomAccessibleInterval<? extends RealType<?>> image) |
Modifier and Type | Method and Description |
---|---|
abstract void |
addProgressListener(SearchProgressCallback callback) |
abstract long |
pointsConsideredInSearch() |
abstract void |
printStatus() |
protected abstract void |
reportPointsInSearch() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResult
protected final RandomAccessibleInterval<? extends RealType<?>> img
protected final RandomAccess<? extends RealType<?>> imgAccess
public final int imgWidth
public final int imgHeight
public final int imgDepth
protected final long xMin
protected final long yMin
protected final long zMin
protected final long xMax
protected final long yMax
protected final long zMax
protected final double xSep
protected final double ySep
protected final double zSep
protected final String spacing_units
protected int timeoutSeconds
protected long reportEveryMilliseconds
protected ArrayList<SearchProgressCallback> progressListeners
protected final boolean verbose
protected AbstractSearch(ij.ImagePlus imagePlus, int timeoutSeconds, long reportEveryMilliseconds)
protected AbstractSearch(Dataset image, int timeoutSeconds, long reportEveryMilliseconds)
protected AbstractSearch(RandomAccessibleInterval<? extends RealType<?>> image, ij.measure.Calibration calibration, int timeoutSeconds, long reportEveryMilliseconds)
protected AbstractSearch(SNT snt, ij.ImagePlus imagePlus)
protected AbstractSearch(SNT snt, RandomAccessibleInterval<? extends RealType<?>> image)
public abstract void addProgressListener(SearchProgressCallback callback)
public abstract void printStatus()
protected abstract void reportPointsInSearch()
public abstract long pointsConsideredInSearch()
Copyright © 2015–2021 Fiji. All rights reserved.