edu.stanford.rsl.konrad.filtering.multiprojection.blocks
Class IdentityTransformBlock

java.lang.Object
  extended by edu.stanford.rsl.konrad.filtering.multiprojection.blocks.ImageProcessingBlock
      extended by edu.stanford.rsl.konrad.filtering.multiprojection.blocks.IdentityTransformBlock
All Implemented Interfaces:
GUIConfigurable, ParallelizableRunnable, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable

public class IdentityTransformBlock
extends ImageProcessingBlock

See Also:
Serialized Form

Constructor Summary
IdentityTransformBlock()
           
 
Method Summary
 ImageProcessingBlock clone()
           
 void configure()
          Configures the object before execution
 
Methods inherited from class edu.stanford.rsl.konrad.filtering.multiprojection.blocks.ImageProcessingBlock
getInputBlock, getOutputBlock, isConfigured, prepareForSerialization, run, setInputBlock, setLatch, setOutputBlock
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityTransformBlock

public IdentityTransformBlock()
Method Detail

clone

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

configure

public void configure()
               throws java.lang.Exception
Description copied from interface: GUIConfigurable
Configures the object before execution

Throws:
java.lang.Exception - may happen