|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine |
|---|
| Fields in hmi.elckerlyc.animationengine declared as AnimationPlayer | |
|---|---|
private AnimationPlayer |
AnimationPlanner.player
|
| Fields in hmi.elckerlyc.animationengine with type parameters of type AnimationPlayer | |
|---|---|
private ArrayList<AnimationPlayer> |
AnimationPlayerManager.players
|
| Methods in hmi.elckerlyc.animationengine that return AnimationPlayer | |
|---|---|
AnimationPlayer |
AnimationPlanner.getAnimationPlayer()
|
| Methods in hmi.elckerlyc.animationengine with parameters of type AnimationPlayer | |
|---|---|
void |
AnimationPlayerManager.addAnimationPlayer(AnimationPlayer p)
|
void |
AnimationPlayerManager.removeAnimationPlayer(AnimationPlayer p)
Removes the animationplayer. |
| Constructors in hmi.elckerlyc.animationengine with parameters of type AnimationPlayer | |
|---|---|
AnimationPlanner(AnimationPlayer p,
GestureBinding g,
SpeechBinding s)
|
|
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine.controller |
|---|
| Methods in hmi.elckerlyc.animationengine.controller with parameters of type AnimationPlayer | |
|---|---|
MotionUnit |
ControllerMU.copy(AnimationPlayer p)
Create a copy for use in animation player p (that is, link up to its VNext, PhysicalHumanoid, physically steered joint list |
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine.gaze |
|---|
| Fields in hmi.elckerlyc.animationengine.gaze declared as AnimationPlayer | |
|---|---|
protected AnimationPlayer |
GazeMU.player
|
| Methods in hmi.elckerlyc.animationengine.gaze with parameters of type AnimationPlayer | |
|---|---|
GazeMU |
GazeMU.copy(AnimationPlayer p)
|
EyeGazeMU |
EyeGazeMU.copy(AnimationPlayer p)
|
DynamicGazeMU |
DynamicGazeMU.copy(AnimationPlayer p)
|
DynamicEyeGazeMU |
DynamicEyeGazeMU.copy(AnimationPlayer p)
|
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine.gesturebinding |
|---|
| Methods in hmi.elckerlyc.animationengine.gesturebinding with parameters of type AnimationPlayer | |
|---|---|
List<TimedMotionUnit> |
GestureBinding.getMotionUnit(BMLBlockPeg bbPeg,
Behaviour b,
AnimationPlayer player)
Gets a list of timed motion units that satisfy the constraints of behaviour b |
TimedMotionUnit |
SpeechBinding.getMotionUnit(int visime,
BMLBlockPeg bbPeg,
String id,
String bmlId,
AnimationPlayer player)
|
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine.keyframe |
|---|
| Methods in hmi.elckerlyc.animationengine.keyframe with parameters of type AnimationPlayer | |
|---|---|
MotionUnit |
KeyframeMU.copy(AnimationPlayer p)
|
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine.motionunit |
|---|
| Methods in hmi.elckerlyc.animationengine.motionunit with parameters of type AnimationPlayer | |
|---|---|
MotionUnit |
MotionUnit.copy(AnimationPlayer p)
Create a copy of this motion unit and link it to the animationplayer |
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine.pointing |
|---|
| Fields in hmi.elckerlyc.animationengine.pointing declared as AnimationPlayer | |
|---|---|
protected AnimationPlayer |
PointingMU.player
|
| Methods in hmi.elckerlyc.animationengine.pointing with parameters of type AnimationPlayer | |
|---|---|
PointingMU |
PointingMU.copy(AnimationPlayer p)
|
DynamicPointingMU |
DynamicPointingMU.copy(AnimationPlayer p)
|
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine.procanimation |
|---|
| Methods in hmi.elckerlyc.animationengine.procanimation with parameters of type AnimationPlayer | |
|---|---|
MotionUnit |
ProcAnimationMU.copy(AnimationPlayer p)
|
| Uses of AnimationPlayer in hmi.elckerlyc.animationengine.transitions |
|---|
| Fields in hmi.elckerlyc.animationengine.transitions declared as AnimationPlayer | |
|---|---|
private AnimationPlayer |
SlerpTransitionMU.player
|
private AnimationPlayer |
SlerpPhysicalTransitionMU.player
|
private AnimationPlayer |
HermiteSplineTransitionMU.player
|
private AnimationPlayer |
HermiteSplinePhysicalTransitionMU.player
|
| Methods in hmi.elckerlyc.animationengine.transitions with parameters of type AnimationPlayer | |
|---|---|
abstract TransitionMU |
TransitionMU.copy(AnimationPlayer player)
|
TransitionMU |
SlerpTransitionStaticMU.copy(AnimationPlayer player)
|
TransitionMU |
SlerpTransitionMU.copy(AnimationPlayer player)
|
TransitionMU |
SlerpPhysicalTransitionMU.copy(AnimationPlayer player)
|
TransitionMU |
HermiteSplineTransitionMU.copy(AnimationPlayer p)
|
TransitionMU |
HermiteSplinePhysicalTransitionMU.copy(AnimationPlayer p)
|
| Constructors in hmi.elckerlyc.animationengine.transitions with parameters of type AnimationPlayer | |
|---|---|
HermiteSplinePhysicalTransitionMU(List<VJoint> j,
AnimationPlayer pl)
Constructs the transition unit, assumes all lists have the same length |
|
HermiteSplineTransitionMU(List<VJoint> j,
AnimationPlayer p)
Constructs the transition unit, assumes all lists have the same length, assumes kinematic control at the start of the transition: prev and next should be valid then |
|
SlerpPhysicalTransitionMU(List<VJoint> j,
AnimationPlayer pl)
Constructs the transition unit, assumes all lists have the same length |
|
SlerpTransitionMU(List<VJoint> j,
VJoint startJ,
AnimationPlayer p)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||