Uses of Class
edu.stanford.rsl.konrad.geometry.AbstractSurface

Packages that use AbstractSurface
edu.stanford.rsl.konrad.geometry.bounds   
edu.stanford.rsl.konrad.geometry.shapes   
edu.stanford.rsl.konrad.geometry.shapes.simple   
edu.stanford.rsl.konrad.geometry.splines Contains classes to model splines. 
edu.stanford.rsl.konrad.phantom.forbild.shapes   
 

Uses of AbstractSurface in edu.stanford.rsl.konrad.geometry.bounds
 

Methods in edu.stanford.rsl.konrad.geometry.bounds that return AbstractSurface
 AbstractSurface BoundingBox.getBoundingSurface()
           
abstract  AbstractSurface AbstractBoundingCondition.getBoundingSurface()
           
 

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

Subclasses of AbstractSurface 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;
 

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

Subclasses of AbstractSurface 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 Plane3D
          There are 3 representations for a plane: The parametric representation defines the plane using a point P and two non-colinear vectors u and v, so that the plane is defined by $\mathbf P + \alpha \cdot \mathbf u + \beta \cdot \mathbf v, \quad \alpha, \beta \in \mathbb R$.
 class QuadricSurface
          Class to model an arbitrary quadric surface Rotimi X Ojo
 class SimpleSurface
           
 class Sphere
          Creates a Sphere.
 class Triangle
          Class to describe a triangle in 3D.
 

Uses of AbstractSurface in edu.stanford.rsl.konrad.geometry.splines
 

Subclasses of AbstractSurface in edu.stanford.rsl.konrad.geometry.splines
 class SurfaceBSpline
          Class to model a surface made of BSplines.
 

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

Subclasses of AbstractSurface 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.