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

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.UpperLimitSlab
All Implemented Interfaces:
ParallelizableRunnable, java.lang.Cloneable, java.lang.Runnable

public class UpperLimitSlab
extends VoxelOperation


Constructor Summary
UpperLimitSlab()
           
 
Method Summary
 ParallelVolumeOperation clone()
           
 
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

UpperLimitSlab

public UpperLimitSlab()
Method Detail

clone

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