#include <llkeyframemotion.h>
Collaboration diagram for LLKeyframeMotion::JointMotionList:
Public Types | |
typedef std::list< JointConstraintSharedData * > | constraint_list_t |
Public Member Functions | |
JointMotionList () | |
~JointMotionList () | |
U32 | dumpDiagInfo () |
Public Attributes | |
U32 | mNumJointMotions |
JointMotion * | mJointMotionArray |
F32 | mDuration |
BOOL | mLoop |
F32 | mLoopInPoint |
F32 | mLoopOutPoint |
F32 | mEaseInDuration |
F32 | mEaseOutDuration |
LLJoint::JointPriority | mBasePriority |
LLHandMotion::eHandPose | mHandPose |
LLJoint::JointPriority | mMaxPriority |
constraint_list_t | mConstraints |
LLBBoxLocal | mPelvisBBox |
Definition at line 397 of file llkeyframemotion.h.
Definition at line 411 of file llkeyframemotion.h.
LLKeyframeMotion::JointMotionList::JointMotionList | ( | ) |
Definition at line 73 of file llkeyframemotion.cpp.
LLKeyframeMotion::JointMotionList::~JointMotionList | ( | ) |
U32 LLKeyframeMotion::JointMotionList::dumpDiagInfo | ( | ) |
Definition at line 85 of file llkeyframemotion.cpp.
References i, llendl, llinfos, mJointMotionArray, mNumJointMotions, LLJointState::ROT, S32, and LLJointState::SCALE.
Referenced by LLKeyframeDataCache::dumpDiagInfo().
Definition at line 408 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::getPriority(), LLKeyframeMotion::serialize(), and LLKeyframeMotion::setPriority().
Definition at line 412 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setupPose(), and ~JointMotionList().
Definition at line 402 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::applyKeyframes(), LLKeyframeMotion::deserialize(), LLKeyframeMotion::getDuration(), LLKeyframeMotion::onUpdate(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setLoopIn(), LLKeyframeMotion::setLoopOut(), and LLKeyframeMotion::setStopTime().
Definition at line 406 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::getEaseInDuration(), LLKeyframeMotion::serialize(), and LLKeyframeMotion::setEaseIn().
Definition at line 407 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::getEaseOutDuration(), LLKeyframeMotion::serialize(), and LLKeyframeMotion::setEaseOut().
Definition at line 409 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::applyKeyframes(), LLKeyframeMotion::deserialize(), LLKeyframeMotion::getHandPose(), LLKeyframeMotion::serialize(), and LLKeyframeMotion::setHandPose().
Definition at line 401 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::applyKeyframes(), LLKeyframeMotion::deserialize(), dumpDiagInfo(), LLKeyframeMotion::onInitialize(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setLoopIn(), LLKeyframeMotion::setLoopOut(), LLKeyframeMotion::setPriority(), LLKeyframeMotion::writeCAL3D(), and ~JointMotionList().
Definition at line 403 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::getLoop(), LLKeyframeMotion::onUpdate(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setLoop(), and LLKeyframeMotion::setStopTime().
Definition at line 404 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::getLoopIn(), LLKeyframeMotion::onUpdate(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setLoopIn(), LLKeyframeMotion::setStopTime(), and LLKeyframeMotion::setupPose().
Definition at line 405 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::getLoopOut(), LLKeyframeMotion::onUpdate(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setLoopOut(), LLKeyframeMotion::setStopTime(), and LLKeyframeMotion::setupPose().
Definition at line 410 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::applyKeyframes(), LLKeyframeMotion::deserialize(), and LLKeyframeMotion::setPriority().
Definition at line 400 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::applyKeyframes(), LLKeyframeMotion::deserialize(), dumpDiagInfo(), LLKeyframeMotion::onInitialize(), LLKeyframeMotion::serialize(), LLKeyframeMotion::setLoopIn(), LLKeyframeMotion::setLoopOut(), LLKeyframeMotion::setPriority(), LLKeyframeMotion::setupPose(), and LLKeyframeMotion::writeCAL3D().
Definition at line 413 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), and LLKeyframeMotion::getPelvisBBox().