public class InitializeLowPass extends VoxelOperation
Constructor and Description |
---|
InitializeLowPass() |
Modifier and Type | Method and Description |
---|---|
ParallelVolumeOperation |
clone() |
float[] |
getfDelta() |
float[] |
getfMax() |
float |
getLpUpper() |
void |
setfDelta(float[] fDelta) |
void |
setfMax(float[] fMax) |
void |
setLpUpper(float lpUpper) |
performOperation
getBeginIndexX, getEndIndexX, getResult, getScalar1, getScalar2, getVol, getVol1, getVol2, run, setBeginIndexX, setEndIndexX, setLatch, setScalar1, setScalar2, setVol, setVol1, setVol2
public ParallelVolumeOperation clone()
clone
in class ParallelVolumeOperation
public float[] getfMax()
public void setfMax(float[] fMax)
public float[] getfDelta()
public void setfDelta(float[] fDelta)
public float getLpUpper()
public void setLpUpper(float lpUpper)