public class TubularGeodesicsTracer extends Thread implements SearchInterface
FijiITKInterface.TubularGeodesics (assumes the
 tubularity add-on to be installed)Thread.State, Thread.UncaughtExceptionHandler| Modifier and Type | Field and Description | 
|---|---|
protected float | 
end_x_image  | 
protected float | 
end_y_image  | 
protected float | 
end_z_image  | 
protected sc.fiji.snt.tracing.PathResult | 
lastPathResult  | 
protected File | 
oofFile  | 
protected ArrayList<SearchProgressCallback> | 
progressListeners  | 
protected String | 
spacing_units  | 
protected float | 
start_x_image  | 
protected float | 
start_y_image  | 
protected float | 
start_z_image  | 
protected double | 
x_spacing  | 
protected double | 
y_spacing  | 
protected double | 
z_spacing  | 
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description | 
|---|
TubularGeodesicsTracer(File oofFile,
                      float start_x_image,
                      float start_y_image,
                      float start_z_image,
                      float end_x_image,
                      float end_y_image,
                      float end_z_image,
                      double x_spacing,
                      double y_spacing,
                      double z_spacing,
                      String spacing_units)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addProgressListener(SearchProgressCallback callback)  | 
Path | 
getResult()  | 
void | 
reportFinished(boolean success)  | 
void | 
reportProgress(float proportionDone)  | 
void | 
requestStop()  | 
void | 
run()  | 
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldprotected double x_spacing
protected double y_spacing
protected double z_spacing
protected String spacing_units
protected File oofFile
protected float start_x_image
protected float start_y_image
protected float start_z_image
protected float end_x_image
protected float end_y_image
protected float end_z_image
protected sc.fiji.snt.tracing.PathResult lastPathResult
protected ArrayList<SearchProgressCallback> progressListeners
public Path getResult()
getResult in interface SearchInterfacepublic void addProgressListener(SearchProgressCallback callback)
public void reportProgress(float proportionDone)
public void requestStop()
public void reportFinished(boolean success)
Copyright © 2015–2021 Fiji. All rights reserved.