public class ContourTreeThread
extends usf.saav.common.BasicObject
implements java.lang.Runnable
Constructor and Description |
---|
ContourTreeThread(FitsReader fits,
usf.saav.common.range.IntRange1D rx,
usf.saav.common.range.IntRange1D ry,
int z)
Instantiates a new contour tree thread.
|
ContourTreeThread(FitsReader fits,
usf.saav.common.range.IntRange1D rx,
usf.saav.common.range.IntRange1D ry,
int z,
boolean verbose)
Instantiates a new contour tree thread.
|
ContourTreeThread(FitsReader fits,
usf.saav.common.range.IntRange1D rx,
usf.saav.common.range.IntRange1D ry,
usf.saav.common.range.IntRange1D rz)
Instantiates a new contour tree thread.
|
ContourTreeThread(FitsReader fits,
usf.saav.common.range.IntRange1D rx,
usf.saav.common.range.IntRange1D ry,
usf.saav.common.range.IntRange1D rz,
boolean verbose)
Instantiates a new contour tree thread.
|
Modifier and Type | Method and Description |
---|---|
Mesh |
getComponentList()
Gets the component list.
|
ScalarFieldND |
getScalarField()
Gets the scalar field.
|
PersistenceSet |
getTree()
Gets the tree.
|
usf.saav.common.range.IntRange1D |
getX()
Gets the x.
|
usf.saav.common.range.IntRange1D |
getY()
Gets the y.
|
usf.saav.common.range.IntRange1D |
getZ()
Gets the z.
|
boolean |
isProcessingComplete()
Checks if is processing complete.
|
void |
run() |
void |
setCallback(java.lang.Object obj,
java.lang.String func_name)
Sets the callback.
|
public ContourTreeThread(FitsReader fits, usf.saav.common.range.IntRange1D rx, usf.saav.common.range.IntRange1D ry, int z)
fits
- the fitsrx
- the rxry
- the ryz
- the zpublic ContourTreeThread(FitsReader fits, usf.saav.common.range.IntRange1D rx, usf.saav.common.range.IntRange1D ry, int z, boolean verbose)
fits
- the fitsrx
- the rxry
- the ryz
- the zverbose
- the verbosepublic ContourTreeThread(FitsReader fits, usf.saav.common.range.IntRange1D rx, usf.saav.common.range.IntRange1D ry, usf.saav.common.range.IntRange1D rz)
fits
- the fitsrx
- the rxry
- the ryrz
- the rzpublic ContourTreeThread(FitsReader fits, usf.saav.common.range.IntRange1D rx, usf.saav.common.range.IntRange1D ry, usf.saav.common.range.IntRange1D rz, boolean verbose)
fits
- the fitsrx
- the rxry
- the ryrz
- the rzverbose
- the verbosepublic void run()
run
in interface java.lang.Runnable
public PersistenceSet getTree()
public Mesh getComponentList()
public usf.saav.common.range.IntRange1D getX()
public usf.saav.common.range.IntRange1D getY()
public usf.saav.common.range.IntRange1D getZ()
public ScalarFieldND getScalarField()
public boolean isProcessingComplete()
public void setCallback(java.lang.Object obj, java.lang.String func_name)
obj
- the objfunc_name
- the func name