Uses of Interface
edu.stanford.rsl.konrad.geometry.transforms.Transformable

Packages that use Transformable
edu.stanford.rsl.konrad.geometry Contains classes to describe various projection geometries. 
edu.stanford.rsl.konrad.geometry.shapes   
edu.stanford.rsl.konrad.geometry.shapes.compound   
edu.stanford.rsl.konrad.geometry.shapes.simple   
edu.stanford.rsl.konrad.geometry.splines Contains classes to model splines. 
edu.stanford.rsl.konrad.geometry.splines.capi Contains classes to wrap the Curve API (CAPI). 
edu.stanford.rsl.konrad.phantom.forbild.shapes   
edu.stanford.rsl.konrad.physics Contains classes to physical effects related to x-rays. 
 

Uses of Transformable in edu.stanford.rsl.konrad.geometry
 

Classes in edu.stanford.rsl.konrad.geometry that implement Transformable
 class AbstractCurve
          Abstract class to model n dimensional curves.
 class AbstractShape
          Class to model any kind of curve or surface.
 class AbstractSurface
          Abstract class to model n dimensional surfaces.
 

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

Classes in edu.stanford.rsl.konrad.geometry.shapes that implement Transformable
 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 Transformable in edu.stanford.rsl.konrad.geometry.shapes.compound
 

Classes in edu.stanford.rsl.konrad.geometry.shapes.compound that implement Transformable
 class CompoundShape
           
 class LinearOctree
           
 class NestedOctree
          Class to model an LinearOctree which uses either CompoundShapes or LinearOctrees as nodes.
 

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

Classes in edu.stanford.rsl.konrad.geometry.shapes.simple that implement Transformable
 class Box
          Creates a box.
 class Cone
          Creates a Cone.
 class Cylinder
          Creates a Cylinder.
 class Edge
           
 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 Point2D
          Wrapper class to model a 2D point.
 class Point3D
          Wrapper class to model a 3D point.
 class PointND
          Class to model points of arbitrary dimension.
 class QuadricSurface
          Class to model an arbitrary quadric surface Rotimi X Ojo
 class SimpleSurface
           
 class SortablePoint
           
 class Sphere
          Creates a Sphere.
 class StraightLine
           
 class Triangle
          Class to describe a triangle in 3D.
 class VectorPoint3D
          Class to model a 3D point which contains a vector value.
 

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

Classes in edu.stanford.rsl.konrad.geometry.splines that implement Transformable
 class BSpline
           
 class SurfaceBSpline
          Class to model a surface made of BSplines.
 class TimeVariantSurfaceBSpline
           
 

Uses of Transformable in edu.stanford.rsl.konrad.geometry.splines.capi
 

Classes in edu.stanford.rsl.konrad.geometry.splines.capi that implement Transformable
 class CAPIPoint
           
 class CAPIPoint2D
          A class to model a 2D point.
 

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

Classes in edu.stanford.rsl.konrad.phantom.forbild.shapes that implement Transformable
 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.
 

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

Classes in edu.stanford.rsl.konrad.physics that implement Transformable
 class PhysicalPoint