edu.stanford.rsl.konrad.phantom.electrondensity
Class EDOuterDisk
java.lang.Object
edu.stanford.rsl.konrad.rendering.AbstractScene
edu.stanford.rsl.konrad.rendering.PrioritizableScene
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
Constructor Summary |
EDOuterDisk()
|
EDOuterDisk(double ext_dx,
double ext_dy,
double int_dx,
double int_dy,
double dz)
|
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Collection |
equals, hashCode |
EDOuterDisk
public EDOuterDisk()
EDOuterDisk
public EDOuterDisk(double ext_dx,
double ext_dy,
double int_dx,
double int_dy,
double dz)
setMaterial
public void setMaterial(Material material)
- Set disk material. Default material is plastic water.
- Parameters:
material
-
addInsert
public void addInsert(Insert ins,
int index)