edu.stanford.rsl.konrad.phantom.renderer
Class ParallelProjectionPhantomRenderer
java.lang.Object
edu.stanford.rsl.konrad.phantom.renderer.PhantomRenderer
edu.stanford.rsl.konrad.phantom.renderer.VolumePhantomRenderer
edu.stanford.rsl.konrad.phantom.renderer.SliceParallelVolumePhantomRenderer
edu.stanford.rsl.konrad.phantom.renderer.ParallelProjectionPhantomRenderer
- All Implemented Interfaces:
- Citeable, GUIConfigurable, ProjectionSource
public class ParallelProjectionPhantomRenderer
- extends SliceParallelVolumePhantomRenderer
Class to enable parallel processing of slices of the target volume.
- Author:
- akmaier
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParallelProjectionPhantomRenderer
public ParallelProjectionPhantomRenderer()
toString
public java.lang.String toString()
- Description copied from class:
PhantomRenderer
- Returns the name of the phantom
- Overrides:
toString
in class SliceParallelVolumePhantomRenderer
configure
public void configure()
throws java.lang.Exception
- Description copied from interface:
GUIConfigurable
- Configures the object before execution
- Specified by:
configure
in interface GUIConfigurable
- Overrides:
configure
in class SliceParallelVolumePhantomRenderer
- Throws:
java.lang.Exception
- may happen
getAvailableSliceWorkers
public static SliceWorker[] getAvailableSliceWorkers()
- Reports a list of all known subclasses of SliceWorker
- Returns:
- the worker list.