Uses of Class
edu.stanford.rsl.konrad.rendering.AbstractScene

Packages that use AbstractScene
edu.stanford.rsl.konrad.geometry.splines Contains classes to model splines. 
edu.stanford.rsl.konrad.phantom Contains classes to model different numerical phantoms. 
edu.stanford.rsl.konrad.phantom.electrondensity   
edu.stanford.rsl.konrad.phantom.forbild   
edu.stanford.rsl.konrad.phantom.xcat   
edu.stanford.rsl.konrad.rendering   
edu.stanford.rsl.konrad.utils.parsers   
 

Uses of AbstractScene in edu.stanford.rsl.konrad.geometry.splines
 

Methods in edu.stanford.rsl.konrad.geometry.splines with parameters of type AbstractScene
 void SurfaceBSplineVolumePhantom.setScene(AbstractScene scene)
           
 

Uses of AbstractScene in edu.stanford.rsl.konrad.phantom
 

Subclasses of AbstractScene in edu.stanford.rsl.konrad.phantom
 class AnalyticPhantom
           
 class MTFBeadPhantom
           
 

Uses of AbstractScene in edu.stanford.rsl.konrad.phantom.electrondensity
 

Subclasses of AbstractScene in edu.stanford.rsl.konrad.phantom.electrondensity
 class CrisEDPhantomM062
          This class models CRIS's Electron Density Phantom Model 062 .
This phantom enables precise correlation of CT data in hounsfield units to electron density and includes eight different tissue references.
Model 062 consists of a small cylindrical disk (Inner) nested within a large spherical disk (Outer).
Phantom can be configured to simulate head or abdomen, by positioning tissue equivalent samples at 17 different locations within the scan field.
 class EDInnerDisk
          Class to model the inner disk of CRIS Electron Density Phantom (Model 062) Default material is plastic water.
 class EDOuterDisk
          Class to model the outter disk of CRIS Electron Density Phantom (Model 062)
Default material is plastic water.
 class Insert
           
 

Uses of AbstractScene in edu.stanford.rsl.konrad.phantom.forbild
 

Subclasses of AbstractScene in edu.stanford.rsl.konrad.phantom.forbild
 class ForbildPhantom
          This class creates forbild phantoms from configuration files
 

Methods in edu.stanford.rsl.konrad.phantom.forbild that return AbstractScene
 AbstractScene ForbildParser.getScene()
           
 

Constructors in edu.stanford.rsl.konrad.phantom.forbild with parameters of type AbstractScene
ForbildPhantom(AbstractScene scene)
           
 

Uses of AbstractScene in edu.stanford.rsl.konrad.phantom.xcat
 

Subclasses of AbstractScene in edu.stanford.rsl.konrad.phantom.xcat
 class BreathingScene
           
 class CombinedBreathingHeartScene
           
 class HeartScene
           
 class SquatScene
           
 class WholeBodyScene
           
 class XCatScene
          Class to model scenes involving Paul Seagar's XCAT.

XCat example
 

Uses of AbstractScene in edu.stanford.rsl.konrad.rendering
 

Subclasses of AbstractScene in edu.stanford.rsl.konrad.rendering
 class PrioritizableScene
           
 class SimpleScene
           
 

Methods in edu.stanford.rsl.konrad.rendering that return AbstractScene
 AbstractScene AbstractRayTracer.getScene()
           
 

Methods in edu.stanford.rsl.konrad.rendering with parameters of type AbstractScene
 void AbstractRayTracer.setScene(AbstractScene scene)
           
 

Uses of AbstractScene in edu.stanford.rsl.konrad.utils.parsers
 

Methods in edu.stanford.rsl.konrad.utils.parsers that return AbstractScene
 AbstractScene SceneFileParser.getScene()