Uses of Class
edu.stanford.rsl.konrad.geometry.shapes.simple.SimpleSurface

Packages that use SimpleSurface
edu.stanford.rsl.konrad.geometry.shapes   
edu.stanford.rsl.konrad.geometry.shapes.simple   
edu.stanford.rsl.konrad.phantom.forbild   
edu.stanford.rsl.konrad.phantom.forbild.shapes   
 

Uses of SimpleSurface in edu.stanford.rsl.konrad.geometry.shapes
 

Subclasses of SimpleSurface in edu.stanford.rsl.konrad.geometry.shapes
 class ArbitrarySurface
          Models an arbitrary shape centered at the origin using a base shape and bounding conditions An affine transform class is used to translate and orient shapes from object space in world space The affine transform of an arbitrary shape is always the same as that of its base shape;
 

Constructors in edu.stanford.rsl.konrad.geometry.shapes with parameters of type SimpleSurface
ArbitrarySurface(SimpleSurface baseSurface, java.util.Collection<? extends AbstractBoundingCondition> clipSurfaces)
           
 

Uses of SimpleSurface in edu.stanford.rsl.konrad.geometry.shapes.simple
 

Subclasses of SimpleSurface in edu.stanford.rsl.konrad.geometry.shapes.simple
 class Box
          Creates a box.
 class Cone
          Creates a Cone.
 class Cylinder
          Creates a Cylinder.
 class Ellipsoid
          Creates an Ellipsoid
 class QuadricSurface
          Class to model an arbitrary quadric surface Rotimi X Ojo
 class Sphere
          Creates a Sphere.
 

Uses of SimpleSurface in edu.stanford.rsl.konrad.phantom.forbild
 

Methods in edu.stanford.rsl.konrad.phantom.forbild that return SimpleSurface
static SimpleSurface ForbildShapeFactory.getBaseShape(java.lang.String objBounds)
           
 

Uses of SimpleSurface in edu.stanford.rsl.konrad.phantom.forbild.shapes
 

Subclasses of SimpleSurface in edu.stanford.rsl.konrad.phantom.forbild.shapes
 class ForbildBox
          This class creates a surface from a forbilddefinition.
 class ForbildCone
          This class creates a surface from a forbilddefinition.
 class ForbildCylinder
          This class creates a surface from a forbilddefinition.
 class ForbildEllipsoid
          This class creates a surface from a forbilddefinition.
 class ForbildSphere
          This class creates a surface from a forbilddefinition.