public class SquatScene extends WholeBodyScene
ADD_HIGHEST_PRIORITY, ADD_LOWEST_PRIORITY
Constructor and Description |
---|
SquatScene() |
SquatScene(int numberOfNeighborsLinInterp,
double sigmaParzen,
int nrOfTimePoints,
double maxAngle) |
Modifier and Type | Method and Description |
---|---|
void |
configure()
Configures the object before execution
|
MotionField |
getMotionField() |
java.lang.String |
getName() |
PointND |
getPosition(PointND initialPosition,
double initialTime,
double time)
Determines the position at a given initialPosition and a given time where time = 0 is the initial position and time = 1 is the end position.
|
java.util.ArrayList<PointND> |
getPositions(PointND initialPosition,
double initialTime,
double... times) |
void |
setTimeWarper(TimeWarper warper) |
getBibtexCitation, getBinaryRepresentation, getCompoundMotion, getMedlineCitation, getSceneMotion, readSplines, tessellateScene
createPhysicalObjects, exclude, generateFromSplineName, getScene, getSplineNameMaterialNameLUT, getSplinePriorityLUT, getSplines, getTimeWarper, getVariants
getAnalyticPhantoms, isConfigured, setConfigured, tessellatePhantom, toString
add, add, add, addAll, addAll, clear, clearObjectsOnly, contains, containsAll, getHighestPriority, getLowestPriority, getObject, getPriority, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
getBackgroundMaterial, getMax, getMin, setBackground, setMax, setMin, setName
public SquatScene()
public SquatScene(int numberOfNeighborsLinInterp, double sigmaParzen, int nrOfTimePoints, double maxAngle)
public void configure()
GUIConfigurable
configure
in interface GUIConfigurable
configure
in class WholeBodyScene
public PointND getPosition(PointND initialPosition, double initialTime, double time)
MotionField
getPosition
in interface MotionField
getPosition
in class WholeBodyScene
public java.util.ArrayList<PointND> getPositions(PointND initialPosition, double initialTime, double... times)
getPositions
in interface MotionField
getPositions
in class WholeBodyScene
public void setTimeWarper(TimeWarper warper)
setTimeWarper
in interface MotionField
setTimeWarper
in class XCatScene
public MotionField getMotionField()
getMotionField
in class AnalyticPhantom4D
public java.lang.String getName()
getName
in class WholeBodyScene