Uses of Class
edu.stanford.rsl.konrad.physics.PhysicalObject

Packages that use PhysicalObject
edu.stanford.rsl.konrad.phantom.electrondensity   
edu.stanford.rsl.konrad.physics Contains classes to physical effects related to x-rays. 
edu.stanford.rsl.konrad.physics.absorption   
edu.stanford.rsl.konrad.rendering   
 

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

Subclasses of PhysicalObject in edu.stanford.rsl.konrad.phantom.electrondensity
 class EDInsert
          Class to model cylindrical inserts of a CRIS Electron Density Phantom (Model 062) Default material is Air.
 class QuadricDisk
          Class to model an hollow quadric object
 

Uses of PhysicalObject in edu.stanford.rsl.konrad.physics
 

Methods in edu.stanford.rsl.konrad.physics that return PhysicalObject
 PhysicalObject PhysicalPoint.getObject()
           
 

Methods in edu.stanford.rsl.konrad.physics with parameters of type PhysicalObject
 void PhysicalPoint.setObject(PhysicalObject object)
           
 

Uses of PhysicalObject in edu.stanford.rsl.konrad.physics.absorption
 

Method parameters in edu.stanford.rsl.konrad.physics.absorption with type arguments of type PhysicalObject
 double PolychromaticAbsorptionModel.evaluateLineIntegral(java.util.ArrayList<PhysicalObject> segments)
           
 double MonochromaticAbsorptionModel.evaluateLineIntegral(java.util.ArrayList<PhysicalObject> segments)
           
abstract  double AbsorptionModel.evaluateLineIntegral(java.util.ArrayList<PhysicalObject> segments)
          Evaluates the absorption along the line integral according to the model.
 

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

Methods in edu.stanford.rsl.konrad.rendering that return types with arguments of type PhysicalObject
 java.util.ArrayList<PhysicalObject> AbstractRayTracer.castRay(AbstractCurve ray)
          Method to cast a ray through the scene.
 java.util.Iterator<PhysicalObject> SimpleScene.iterator()
           
 java.util.Iterator<PhysicalObject> PrioritizableScene.iterator()
           
 

Methods in edu.stanford.rsl.konrad.rendering with parameters of type PhysicalObject
 boolean SimpleScene.add(PhysicalObject basicobj)
           
 boolean PrioritizableScene.add(PhysicalObject e)
           
 boolean PrioritizableScene.add(PhysicalObject e, boolean addMode)
           
 boolean PrioritizableScene.add(PhysicalObject e, int priority)
           
 int PrioritizableScene.getPriority(PhysicalObject o)
           
 

Method parameters in edu.stanford.rsl.konrad.rendering with type arguments of type PhysicalObject
 boolean SimpleScene.addAll(java.util.Collection<? extends PhysicalObject> scene)
           
 boolean PrioritizableScene.addAll(java.util.Collection<? extends PhysicalObject> c)