Uses of Class
edu.stanford.rsl.konrad.reconstruction.voi.VolumeOfInterest

Packages that use VolumeOfInterest
edu.stanford.rsl.konrad.reconstruction Contains classes to implement different reconstruction algorithms. 
edu.stanford.rsl.konrad.reconstruction.voi Contains classes to model the volume-of-interest (VOI). 
 

Uses of VolumeOfInterest in edu.stanford.rsl.konrad.reconstruction
 

Methods in edu.stanford.rsl.konrad.reconstruction with parameters of type VolumeOfInterest
 void VOIBasedReconstructionFilter.setMaximumVolumeOfInterest(VolumeOfInterest maxVOI)
           
 

Uses of VolumeOfInterest in edu.stanford.rsl.konrad.reconstruction.voi
 

Subclasses of VolumeOfInterest in edu.stanford.rsl.konrad.reconstruction.voi
 class CylinderBasedVolumeOfInterest
          Describes a VOI consisting of a cylinder with one cone on top and one cone on the bottom.
 class PolygonBasedVolumeOfInterest
          VOI based on a polygon definition which is identical for each slice.
 

Methods in edu.stanford.rsl.konrad.reconstruction.voi that return VolumeOfInterest
static VolumeOfInterest[] VolumeOfInterest.getVolumes()
          Reports a list of all known implementations of VolumeOfInterest.
static VolumeOfInterest VolumeOfInterest.openAsVolume(java.lang.String filename)
          Constructor from filename