public class TessellationThread extends ParallelThread
Constructor and Description |
---|
TessellationThread(java.lang.Object tessellationObject,
double voxelSizeX,
double voxelSizeY,
double voxelSizeZ,
double samplingU,
double samplingV,
double samplingFactorU,
double samplingFactorV,
double time) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Defines the code to be executed.
|
CompoundShape |
getObjects() |
java.lang.String |
getProcessName() |
run, setLatch
activeCount, 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, yield
public TessellationThread(java.lang.Object tessellationObject, double voxelSizeX, double voxelSizeY, double voxelSizeZ, double samplingU, double samplingV, double samplingFactorU, double samplingFactorV, double time)
public CompoundShape getObjects()
public void execute()
ParallelThread
execute
in class ParallelThread
public java.lang.String getProcessName()