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

Packages that use PrioritizableScene
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   
 

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

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

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

Subclasses of PrioritizableScene 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 PrioritizableScene in edu.stanford.rsl.konrad.phantom.forbild
 

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

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

Subclasses of PrioritizableScene 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
 

Methods in edu.stanford.rsl.konrad.phantom.xcat that return PrioritizableScene
abstract  PrioritizableScene XCatScene.tessellateScene(double voxelSizeX, double voxelSizeY, double voxelSizeZ, double samplingU, double samplingV, double time)
           
 PrioritizableScene WholeBodyScene.tessellateScene(double voxelSizeX, double voxelSizeY, double voxelSizeZ, double samplingU, double samplingV, double time)
           
 PrioritizableScene HeartScene.tessellateScene(double voxelSizeX, double voxelSizeY, double voxelSizeZ, double samplingU, double samplingV, double time)
           
 PrioritizableScene CombinedBreathingHeartScene.tessellateScene(double voxelSizeX, double voxelSizeY, double voxelSizeZ, double samplingU, double samplingV, double time)
           
 

Methods in edu.stanford.rsl.konrad.phantom.xcat with parameters of type PrioritizableScene
 void XCatScene.add(PrioritizableScene phantom, AbstractShape shape, java.lang.String name)
           
 

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

Methods in edu.stanford.rsl.konrad.rendering with parameters of type PrioritizableScene
 boolean PrioritizableScene.addAll(PrioritizableScene c)