edu.stanford.rsl.konrad.phantom.electrondensity
Class EDOuterDisk

java.lang.Object
  extended by edu.stanford.rsl.konrad.rendering.AbstractScene
      extended by edu.stanford.rsl.konrad.rendering.PrioritizableScene
          extended by edu.stanford.rsl.konrad.phantom.electrondensity.EDOuterDisk
All Implemented Interfaces:
java.lang.Iterable<PhysicalObject>, java.util.Collection<PhysicalObject>

public class EDOuterDisk
extends PrioritizableScene

Class to model the outter disk of CRIS Electron Density Phantom (Model 062)
Default material is plastic water.

Author:
Rotimi X Ojo

Field Summary
 
Fields inherited from class edu.stanford.rsl.konrad.rendering.PrioritizableScene
ADD_HIGHEST_PRIORITY, ADD_LOWEST_PRIORITY
 
Constructor Summary
EDOuterDisk()
           
EDOuterDisk(double ext_dx, double ext_dy, double int_dx, double int_dy, double dz)
           
 
Method Summary
 void addInsert(Insert ins, int index)
           
 void setMaterial(Material material)
          Set disk material.
 
Methods inherited from class edu.stanford.rsl.konrad.rendering.PrioritizableScene
add, add, add, addAll, addAll, clear, contains, containsAll, getHighestPriority, getLowestPriority, getPriority, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 
Methods inherited from class edu.stanford.rsl.konrad.rendering.AbstractScene
getBackgroundMaterial, getMax, getMin, getName, setBackground, setMax, setMin, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Constructor Detail

EDOuterDisk

public EDOuterDisk()

EDOuterDisk

public EDOuterDisk(double ext_dx,
                   double ext_dy,
                   double int_dx,
                   double int_dy,
                   double dz)
Method Detail

setMaterial

public void setMaterial(Material material)
Set disk material. Default material is plastic water.

Parameters:
material -

addInsert

public void addInsert(Insert ins,
                      int index)