edu.stanford.rsl.konrad.volume3d.operations
Class InitializeSquaredCosineR

java.lang.Object
  extended by edu.stanford.rsl.konrad.volume3d.operations.ParallelVolumeOperation
      extended by edu.stanford.rsl.konrad.volume3d.operations.VoxelOperation
          extended by edu.stanford.rsl.konrad.volume3d.operations.InitializeSquaredCosineR
All Implemented Interfaces:
ParallelizableRunnable, java.lang.Cloneable, java.lang.Runnable

public class InitializeSquaredCosineR
extends VoxelOperation


Constructor Summary
InitializeSquaredCosineR()
           
 
Method Summary
 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)
           
 
Methods inherited from class edu.stanford.rsl.konrad.volume3d.operations.VoxelOperation
performOperation
 
Methods inherited from class edu.stanford.rsl.konrad.volume3d.operations.ParallelVolumeOperation
getBeginIndexX, getEndIndexX, getResult, getScalar1, getScalar2, getVol, getVol1, getVol2, run, setBeginIndexX, setEndIndexX, setLatch, setScalar1, setScalar2, setVol, setVol1, setVol2
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitializeSquaredCosineR

public InitializeSquaredCosineR()
Method Detail

getB

public float getB()

setB

public void setB(float b)

getRi

public float getRi()

setRi

public void setRi(float ri)

clone

public ParallelVolumeOperation clone()
Specified by:
clone in class ParallelVolumeOperation

getfMax

public float[] getfMax()

setfMax

public void setfMax(float[] fMax)

getfDelta

public float[] getfDelta()

setfDelta

public void setfDelta(float[] fDelta)

getDirection

public float[] getDirection()

setDirection

public void setDirection(float[] direction)

getFilterType

public VolumeOperator.FILTER_TYPE getFilterType()

setFilterType

public void setFilterType(VolumeOperator.FILTER_TYPE filterType)

getExponent

public int getExponent()

setExponent

public void setExponent(int exponent)