JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
edu.stanford.rsl.conrad.geometry.transforms
Interface Transformable
All Known Implementing Classes:
AbstractCurve
,
AbstractShape
,
AbstractSurface
,
ArbitrarySurface
,
AtractKernel2D
,
BinaryWeights
,
BinaryWeights_erodeByOne
,
BinaryWeights_Normal
,
Box
,
BSpline
,
CompensationWeights
,
CompoundShape
,
Cone
,
ConstantValueZeroArtifactImage
,
copyRedundantData
,
CUDABSpline
,
Cylinder
,
DotsGrid2D
,
Edge
,
Ellipsoid
,
FilePhantom
,
ForbildBox
,
ForbildCone
,
ForbildCylinder
,
ForbildEllipsoid
,
ForbildSphere
,
Grid2D
,
Grid2DComplex
,
LinearOctree
,
MickeyMouseGrid2D
,
MotionDefectTimeVariantSurfaceBSpline
,
MTFphantom
,
NearestNeighborTimeVariantSurfaceBSpline
,
NestedOctree
,
NonZeroArtifactImage
,
OpenCLCylinder
,
OpenCLSphere
,
OpenCLTextureTimeVariantSurfaceBSpline
,
OpenCLTimeVariantSurfaceBSpline
,
OpenCLUniformBSpline
,
OpenCLUniformSurfaceBSpline
,
OpenCLUniformTextureBSpline
,
OpenCLUniformTextureSurfaceBSpline
,
ParkerWeights
,
Phantom
,
PhysicalPoint
,
Plane3D
,
Point2D
,
Point3D
,
PointND
,
QuadricSurface
,
SheppLogan
,
SilverWeights
,
SimpleSurface
,
SortablePoint
,
Sphere
,
StraightLine
,
SurfaceBSpline
,
SurfaceUniformCubicBSpline
,
TestObject1
,
TestObject2
,
TimeVariantSurfaceBSpline
,
Triangle
,
UniformCircleGrid2D
,
UniformCubicBSpline
,
VectorPoint3D
public interface
Transformable
Interface for all Objects which can be transformed by Transforms.
Author:
akmaier
Method Summary
Methods
Modifier and Type
Method and Description
void
applyTransform
(
Transform
t)
Applies the Transform t to the object.
Method Detail
applyTransform
void applyTransform(
Transform
t)
Applies the Transform t to the object.
Parameters:
t
- the transform to apply to the object.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method