public class TracerThread extends SearchThread
CANCELLED, CLOSED_FROM_GOAL, CLOSED_FROM_START, exitReasonStrings, FREE, OPEN_FROM_GOAL, OPEN_FROM_START, OUT_OF_MEMORY, PAUSED, POINTS_EXHAUSTED, RUNNING, STOPPING, SUCCESS, TIMED_OUT| Constructor and Description |
|---|
TracerThread(ij.ImagePlus imagePlus,
float stackMin,
float stackMax,
int start_x,
int start_y,
int start_z,
int goal_x,
int goal_y,
int goal_z,
boolean reciprocal,
boolean singleSlice,
features.ComputeCurvatures hessian,
double multiplier) |
TracerThread(ij.ImagePlus imagePlus,
float stackMin,
float stackMax,
int timeoutSeconds,
long reportEveryMilliseconds,
int start_x,
int start_y,
int start_z,
int goal_x,
int goal_y,
int goal_z,
boolean reciprocal,
boolean singleSlice,
features.ComputeCurvatures hessian,
double multiplier,
float[][] cachedTubeness,
boolean useHessian) |
TracerThread(SNT snt,
int start_x,
int start_y,
int start_z,
int goal_x,
int goal_y,
int goal_z) |
| Modifier and Type | Method and Description |
|---|---|
Path |
getResult() |
addNode, addProgressListener, drawProgressOnSlice, getThreadStatus, pauseOrUnpause, pointsConsideredInSearch, printStatus, reportFinished, reportThreadStatus, requestStop, runactiveCount, checkAccess, 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, yieldpublic TracerThread(SNT snt, int start_x, int start_y, int start_z, int goal_x, int goal_y, int goal_z)
public TracerThread(ij.ImagePlus imagePlus,
float stackMin,
float stackMax,
int timeoutSeconds,
long reportEveryMilliseconds,
int start_x,
int start_y,
int start_z,
int goal_x,
int goal_y,
int goal_z,
boolean reciprocal,
boolean singleSlice,
features.ComputeCurvatures hessian,
double multiplier,
float[][] cachedTubeness,
boolean useHessian)
public TracerThread(ij.ImagePlus imagePlus,
float stackMin,
float stackMax,
int start_x,
int start_y,
int start_z,
int goal_x,
int goal_y,
int goal_z,
boolean reciprocal,
boolean singleSlice,
features.ComputeCurvatures hessian,
double multiplier)
public Path getResult()