public class InitializeSquaredCosine extends VoxelOperation
Constructor and Description |
---|
InitializeSquaredCosine() |
Modifier and Type | Method and Description |
---|---|
ParallelVolumeOperation |
clone() |
float[] |
getDirection() |
int |
getExponent() |
float[] |
getfDelta() |
VolumeOperator.FILTER_TYPE |
getFilterType() |
float[] |
getfMax() |
void |
setDirection(float[] direction) |
void |
setExponent(int exponent) |
void |
setfDelta(float[] fDelta) |
void |
setFilterType(VolumeOperator.FILTER_TYPE filterType) |
void |
setfMax(float[] fMax) |
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[] getDirection()
public void setDirection(float[] direction)
public VolumeOperator.FILTER_TYPE getFilterType()
public void setFilterType(VolumeOperator.FILTER_TYPE filterType)
public int getExponent()
public void setExponent(int exponent)