|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MotionField | |
---|---|
edu.stanford.rsl.konrad.geometry.motion | |
edu.stanford.rsl.konrad.geometry.splines | Contains classes to model splines. |
edu.stanford.rsl.konrad.phantom.xcat |
Uses of MotionField in edu.stanford.rsl.konrad.geometry.motion |
---|
Classes in edu.stanford.rsl.konrad.geometry.motion that implement MotionField | |
---|---|
class |
CompressionMotionField
Models a MotionField as two points and a normal vector. |
class |
ConstantMotionField
|
class |
DualMotionField
|
class |
MovingCenterRotationMotionField
|
class |
PlanarMotionField
Class to project a MotionField onto a plane. |
class |
PointBasedMotionField
|
class |
RotationMotionField
MotionField to handle rotational motion. |
class |
SimpleMotionField
|
Constructors in edu.stanford.rsl.konrad.geometry.motion with parameters of type MotionField | |
---|---|
DualMotionField(HalfSpaceBoundingCondition halfSpaceOne,
MotionField one,
MotionField two)
|
|
MovingCenterRotationMotionField(PointND transformationCenter,
MotionField centerTransform,
SimpleVector rotationAxis,
double angle)
|
|
PlanarMotionField(MotionField fullMotion,
SimpleVector planeNormal)
|
Uses of MotionField in edu.stanford.rsl.konrad.geometry.splines |
---|
Constructors in edu.stanford.rsl.konrad.geometry.splines with parameters of type MotionField | |
---|---|
TimeVariantSurfaceBSpline(SurfaceBSpline timeInvariant,
MotionField motion,
int timePoints)
|
Uses of MotionField in edu.stanford.rsl.konrad.phantom.xcat |
---|
Classes in edu.stanford.rsl.konrad.phantom.xcat that implement MotionField | |
---|---|
class |
BreathingScene
|
class |
CombinedBreathingHeartScene
|
class |
HeartScene
|
class |
SquatScene
|
class |
WholeBodyScene
|
class |
XCatScene
Class to model scenes involving Paul Seagar's XCAT. ![]() |
Methods in edu.stanford.rsl.konrad.phantom.xcat that return MotionField | |
---|---|
MotionField |
WholeBodyScene.getCompoundMotion(int numberOfBSplineTimePoints,
java.util.ArrayList<java.util.ArrayList<PointND>> additionalMotion,
int context)
|
MotionField |
WholeBodyScene.getSceneMotion(int numberOfBSplineTimePoints,
java.util.ArrayList<java.util.ArrayList<PointND>> additionalMotion,
int context)
|
Methods in edu.stanford.rsl.konrad.phantom.xcat with parameters of type MotionField | |
---|---|
void |
HeartScene.createArteryTree(MotionField referenceMotion)
|
void |
HeartScene.createLesions(MotionField referenceMotion)
Renders lesions into the atrium and the ventricle according to the specified motion field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |