public class InitializeSquaredCosineR extends VoxelOperation
Constructor and Description |
---|
InitializeSquaredCosineR() |
Modifier and Type | Method and Description |
---|---|
ParallelVolumeOperation |
clone() |
float |
getB() |
float[] |
getDirection() |
int |
getExponent() |
float[] |
getfDelta() |
VolumeOperator.FILTER_TYPE |
getFilterType() |
float[] |
getfMax() |
float |
getRi() |
void |
setB(float b) |
void |
setDirection(float[] direction) |
void |
setExponent(int exponent) |
void |
setfDelta(float[] fDelta) |
void |
setFilterType(VolumeOperator.FILTER_TYPE filterType) |
void |
setfMax(float[] fMax) |
void |
setRi(float ri) |
performOperation
getBeginIndexX, getEndIndexX, getResult, getScalar1, getScalar2, getVol, getVol1, getVol2, run, setBeginIndexX, setEndIndexX, setLatch, setScalar1, setScalar2, setVol, setVol1, setVol2
public float getB()
public void setB(float b)
public float getRi()
public void setRi(float ri)
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)