public class InitializeGaussian extends VoxelOperation
Constructor and Description |
---|
InitializeGaussian() |
Modifier and Type | Method and Description |
---|---|
ParallelVolumeOperation |
clone() |
float[] |
getfDelta() |
float[] |
getfMax() |
float |
getSigma() |
void |
setfDelta(float[] fDelta) |
void |
setfMax(float[] fMax) |
void |
setSigma(float sigma) |
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 getSigma()
public void setSigma(float sigma)