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

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.EDInnerDisk
All Implemented Interfaces:
java.lang.Iterable<PhysicalObject>, java.util.Collection<PhysicalObject>

public class EDInnerDisk
extends PrioritizableScene

Class to model the inner 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
EDInnerDisk()
           
EDInnerDisk(double dx, double 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

EDInnerDisk

public EDInnerDisk()

EDInnerDisk

public EDInnerDisk(double dx,
                   double 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)