edu.stanford.rsl.konrad.reconstruction
Class SuperShortScanBackprojection

java.lang.Object
  extended by edu.stanford.rsl.konrad.filtering.ImageFilteringTool
      extended by edu.stanford.rsl.konrad.filtering.multiprojection.MultiProjectionFilter
          extended by edu.stanford.rsl.konrad.reconstruction.ReconstructionFilter
              extended by edu.stanford.rsl.konrad.reconstruction.SuperShortScanBackprojection
All Implemented Interfaces:
Citeable, GUIConfigurable, SafeSerializable, ProjectionSink, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable

Deprecated.

@Deprecated
public abstract class SuperShortScanBackprojection
extends ReconstructionFilter

See Also:
Serialized Form

Constructor Summary
SuperShortScanBackprojection()
          Deprecated.  
 
Method Summary
 void close_old()
          Deprecated.  
 void close()
          Deprecated.  
 void configure()
          Deprecated. Configures the object before execution
 java.lang.String getBibtexCitation()
          Deprecated. Returns the citation in bibTex format
 java.lang.String getMedlineCitation()
          Deprecated. Returns the citation in Medline format
 java.lang.String getName()
          Deprecated.  
 void prepareForSerialization()
          Deprecated. Sets all data objects in the serialized object to null which do not implement the Serializable interface.
 void process(ij.process.ImageProcessor img, int index)
          Deprecated.  
 
Methods inherited from class edu.stanford.rsl.konrad.reconstruction.ReconstructionFilter
applyHounsfieldScaling, getGeometry, initializeProjectionVolume, setProjectionVolume, updateVolume
 
Methods inherited from class edu.stanford.rsl.konrad.filtering.multiprojection.MultiProjectionFilter
feedFilter, getContext, run, setContext, setShowStatus, setSink, start
 
Methods inherited from class edu.stanford.rsl.konrad.filtering.ImageFilteringTool
clone, getFilterTools, getToolName, isConfigured, isDeviceDependent, setConfigured, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SuperShortScanBackprojection

public SuperShortScanBackprojection()
Deprecated. 
Method Detail

configure

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

Throws:
java.lang.Exception - may happen

getName

public java.lang.String getName()
Deprecated. 
Specified by:
getName in interface ProjectionSink
Overrides:
getName in class MultiProjectionFilter

process

public void process(ij.process.ImageProcessor img,
                    int index)
             throws java.lang.Exception
Deprecated. 
Specified by:
process in interface ProjectionSink
Overrides:
process in class MultiProjectionFilter
Throws:
java.lang.Exception

close

public void close()
Deprecated. 
Specified by:
close in interface ProjectionSink
Overrides:
close in class MultiProjectionFilter

close_old

public void close_old()
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

prepareForSerialization

public void prepareForSerialization()
Deprecated. 
Description copied from interface: SafeSerializable
Sets all data objects in the serialized object to null which do not implement the Serializable interface. It can also be used to save space in the serialized form. Configuration parameters are preserved. Processing data is discarded.

Specified by:
prepareForSerialization in interface SafeSerializable
Overrides:
prepareForSerialization in class ReconstructionFilter

getBibtexCitation

public java.lang.String getBibtexCitation()
Deprecated. 
Description copied from interface: Citeable
Returns the citation in bibTex format

Returns:
citation as String

getMedlineCitation

public java.lang.String getMedlineCitation()
Deprecated. 
Description copied from interface: Citeable
Returns the citation in Medline format

Returns:
citation as String