Uses of Interface
edu.stanford.rsl.konrad.pipeline.ProjectionSource

Packages that use ProjectionSource
edu.stanford.rsl.konrad.filtering.multiprojection Contains classes for filtering of image data accessing multiple images at a time. 
edu.stanford.rsl.konrad.io   
edu.stanford.rsl.konrad.phantom.renderer   
edu.stanford.rsl.konrad.pipeline Contains classes to enable pipeline processing. 
 

Uses of ProjectionSource in edu.stanford.rsl.konrad.filtering.multiprojection
 

Methods in edu.stanford.rsl.konrad.filtering.multiprojection with parameters of type ProjectionSource
 void MultiProjectionFilter.feedFilter(ProjectionSource source, boolean showStatus)
          feeds the filter from a projection Source.
 

Uses of ProjectionSource in edu.stanford.rsl.konrad.io
 

Classes in edu.stanford.rsl.konrad.io that implement ProjectionSource
 class DicomProjectionSource
           
 class FileProjectionSource
          Class to model an abstract projection source which accesses the file system to stream the data.
 class ImagePlusProjectionDataSource
           
 class NRRDProjectionSource
           
 class SEQProjectionSource
          Class to stream Varian's SEQ Format.
 class ZipProjectionSource
           
 

Uses of ProjectionSource in edu.stanford.rsl.konrad.phantom.renderer
 

Classes in edu.stanford.rsl.konrad.phantom.renderer that implement ProjectionSource
 class AnalyticPhantomProjector
          will implement a version which streams projections as they are projected.
 class CylinderPhantomRenderer
          Phantom of a homogeneous cylinder.
 class MetricPhantomRenderer
           
 class ParallelProjectionPhantomRenderer
          Class to enable parallel processing of slices of the target volume.
 class PhantomRenderer
          Abstract class to describe a numerical phantom.
 class RampProjectionPhantomRenderer
          Class which generates an intensity ramp across the image in each image of the stack.
 class SliceParallelVolumePhantomRenderer
          Class to enable parallel processing of slices of the target volume.
 class VolumePhantomRenderer
           
 

Uses of ProjectionSource in edu.stanford.rsl.konrad.pipeline
 

Classes in edu.stanford.rsl.konrad.pipeline that implement ProjectionSource
 class ParallelImageFilterSink
           
 

Methods in edu.stanford.rsl.konrad.pipeline that return ProjectionSource
 ProjectionSource IndividualImagePipelineFilteringTool.getProjectionSource()
           
 

Methods in edu.stanford.rsl.konrad.pipeline with parameters of type ProjectionSource
 void IndividualImagePipelineFilteringTool.setProjectionSource(ProjectionSource projectionSource)