#include <llcharacter.h>
Definition at line 60 of file llcharacter.h.
typedef std::map<std::string, void *> LLCharacter::animation_data_map_t [protected] |
Definition at line 259 of file llcharacter.h.
typedef std::map<S32, LLVisualParam *> LLCharacter::VisualParamIndexMap_t [private] |
Definition at line 271 of file llcharacter.h.
typedef std::map<char *, LLVisualParam *> LLCharacter::VisualParamNameMap_t [private] |
Definition at line 274 of file llcharacter.h.
LLCharacter::LLCharacter | ( | ) |
Definition at line 52 of file llcharacter.cpp.
References mMotionController, mPauseRequest, LLMotionController::setCharacter(), and sInstances.
LLCharacter::~LLCharacter | ( | ) | [virtual] |
Definition at line 69 of file llcharacter.cpp.
References getFirstVisualParam(), getNextVisualParam(), and sInstances.
virtual const char* LLCharacter::getAnimationPrefix | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLKeyframeMotionParam::loadMotions().
virtual LLJoint* LLCharacter::getRootJoint | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by dumpCharacter(), and getJoint().
LLJoint * LLCharacter::getJoint | ( | const std::string & | name | ) | [virtual] |
Reimplemented in LLVOAvatar.
Definition at line 88 of file llcharacter.cpp.
References LLJoint::findJoint(), getRootJoint(), llendl, llwarns, and NULL.
Referenced by LLKeyframeMotion::deserialize(), LLPelvisFixMotion::onInitialize(), LLBreatheMotionRot::onInitialize(), LLBodyNoiseMotion::onInitialize(), LLTargetingMotion::onInitialize(), LLFlyAdjustMotion::onInitialize(), LLWalkAdjustMotion::onInitialize(), LLKeyframeMotion::onInitialize(), LLEyeMotion::onInitialize(), LLHeadRotMotion::onInitialize(), LLEditingMotion::onInitialize(), and LLKeyframeMotion::setupPose().
virtual LLVector3 LLCharacter::getCharacterPosition | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLWalkAdjustMotion::onActivate(), LLKeyframeFallMotion::onActivate(), LLKeyframeStandMotion::onUpdate(), and LLEditingMotion::onUpdate().
virtual LLQuaternion LLCharacter::getCharacterRotation | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLKeyframeFallMotion::onActivate().
virtual LLVector3 LLCharacter::getCharacterVelocity | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLKeyframeFallMotion::onActivate(), LLFlyAdjustMotion::onUpdate(), and LLWalkAdjustMotion::onUpdate().
virtual LLVector3 LLCharacter::getCharacterAngularVelocity | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLFlyAdjustMotion::onUpdate(), and LLWalkAdjustMotion::onUpdate().
virtual void LLCharacter::getGround | ( | const LLVector3 & | inPos, | |
LLVector3 & | outPos, | |||
LLVector3 & | outNorm | |||
) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLKeyframeMotion::activateConstraint(), LLKeyframeFallMotion::onActivate(), and LLKeyframeStandMotion::onUpdate().
Implemented in LLVOAvatar.
Implemented in LLVOAvatar.
virtual F32 LLCharacter::getTimeDilation | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLFlyAdjustMotion::onUpdate(), and LLWalkAdjustMotion::onUpdate().
virtual F32 LLCharacter::getPixelArea | ( | ) | const [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLKeyframeMotion::applyConstraint(), LLVOAvatar::CompareScreenAreaGreater::operator()(), and LLMotionController::updateMotionsByType().
virtual LLPolyMesh* LLCharacter::getHeadMesh | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
virtual LLPolyMesh* LLCharacter::getUpperBodyMesh | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLHandMotion::onActivate().
virtual LLVector3d LLCharacter::getPosGlobalFromAgent | ( | const LLVector3 & | position | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLKeyframeMotion::activateConstraint(), LLWalkAdjustMotion::onActivate(), and LLWalkAdjustMotion::onUpdate().
virtual LLVector3 LLCharacter::getPosAgentFromGlobal | ( | const LLVector3d & | position | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLKeyframeMotion::applyConstraint().
void LLCharacter::updateVisualParams | ( | ) | [virtual] |
Reimplemented in LLVOAvatar.
Definition at line 481 of file llcharacter.cpp.
References getFirstVisualParam(), getNextVisualParam(), and mSex.
Referenced by LLVOAvatar::idleUpdate(), LLEmote::onActivate(), LLHandMotion::onActivate(), LLEmote::onDeactivate(), LLEmote::onUpdate(), LLEyeMotion::onUpdate(), LLHandMotion::onUpdate(), and LLVOAvatar::updateVisualParams().
virtual void LLCharacter::addDebugText | ( | const std::string & | text | ) | [pure virtual] |
Implemented in LLVOAvatar.
virtual const LLUUID& LLCharacter::getID | ( | ) | [pure virtual] |
Implemented in LLVOAvatar.
Referenced by LLKeyframeMotion::onInitialize().
BOOL LLCharacter::addMotion | ( | const LLUUID & | id, | |
LLMotionConstructor | create | |||
) |
Definition at line 108 of file llcharacter.cpp.
References LLMotionController::addMotion(), and mMotionController.
Referenced by LLVOAvatar::LLVOAvatar().
void LLCharacter::removeMotion | ( | const LLUUID & | id | ) |
Definition at line 116 of file llcharacter.cpp.
References mMotionController, and LLMotionController::removeMotion().
Referenced by LLFloaterAnimPreview::onBtnOK().
Definition at line 124 of file llcharacter.cpp.
References LLMotionController::createMotion(), and mMotionController.
Referenced by LLKeyframeMotionParam::addKeyframeMotion(), LLPreviewAnim::LLPreviewAnim(), LLVOAvatar::LLVOAvatar(), LLKeyframeMotion::onLoadComplete(), and LLFloaterAnimPreview::postBuild().
Reimplemented in LLVOAvatar.
Definition at line 132 of file llcharacter.cpp.
References mMotionController, and LLMotionController::startMotion().
Referenced by LLKeyframeMotion::onActivate(), and LLVOAvatar::startMotion().
Reimplemented in LLVOAvatar.
Definition at line 141 of file llcharacter.cpp.
References mMotionController, and LLMotionController::stopMotionLocally().
Referenced by LLVOAvatar::stopMotion().
Definition at line 149 of file llcharacter.cpp.
References FALSE, LLMotionController::findMotion(), LLMotionController::isMotionActive(), and mMotionController.
Referenced by LLFloaterAnimPreview::onBtnPlay(), LLFloaterAnimPreview::onSliderMove(), LLFloaterAnimPreview::refresh(), and LLVOAvatar::updateCharacter().
void LLCharacter::requestStopMotion | ( | LLMotion * | motion | ) | [virtual] |
Reimplemented in LLVOAvatar.
Definition at line 164 of file llcharacter.cpp.
Referenced by LLMotionController::updateMotionsByType().
void LLCharacter::updateMotion | ( | BOOL | force_update = FALSE |
) |
Definition at line 173 of file llcharacter.cpp.
References LLMotionController::isPaused(), mMotionController, mPauseRequest, LLMotionController::pause(), LLMotionController::unpause(), and LLMotionController::updateMotion().
Referenced by LLPreviewAnimation::render(), and LLVOAvatar::updateCharacter().
LLAnimPauseRequest LLCharacter::requestPause | ( | ) |
Definition at line 500 of file llcharacter.cpp.
References mMotionController, mPauseRequest, and LLMotionController::pause().
Referenced by LLFloaterAnimPreview::onBtnPlay(), LLFloaterAnimPreview::onSliderMove(), LLFloaterAnimPreview::refresh(), LLFloaterAnimPreview::resetMotion(), LLFloaterSnapshot::Impl::updateLayout(), and LLSelectMgr::updateSelectionCenter().
BOOL LLCharacter::areAnimationsPaused | ( | ) | [inline] |
Definition at line 167 of file llcharacter.h.
References LLMotionController::isPaused(), and mMotionController.
Referenced by LLFloaterAnimPreview::draw(), LLFloaterAnimPreview::onBtnPlay(), LLFloaterAnimPreview::onCommitBaseAnim(), LLFloaterAnimPreview::refresh(), LLPreviewAnimation::render(), and LLFloaterAnimPreview::resetMotion().
void LLCharacter::setAnimTimeFactor | ( | F32 | factor | ) | [inline] |
Definition at line 168 of file llcharacter.h.
References mMotionController, and LLMotionController::setTimeFactor().
Referenced by slow_mo_animations().
void LLCharacter::setTimeStep | ( | F32 | time_step | ) | [inline] |
Definition at line 169 of file llcharacter.h.
References mMotionController, and LLMotionController::setTimeStep().
Referenced by LLPreviewAnimation::render().
void LLCharacter::flushAllMotions | ( | ) | [virtual] |
Definition at line 207 of file llcharacter.cpp.
References LLMotionController::flushAllMotions(), and mMotionController.
Referenced by LLVOAvatar::buildCharacter(), and LLVOAvatar::resetAnimations().
void LLCharacter::deactivateAllMotions | ( | ) | [virtual] |
Definition at line 198 of file llcharacter.cpp.
References LLMotionController::deactivateAllMotions(), and mMotionController.
Referenced by LLToolsStopAllAnimations::handleEvent().
void LLCharacter::dumpCharacter | ( | LLJoint * | joint = NULL |
) | [virtual] |
Definition at line 216 of file llcharacter.cpp.
References LLJoint::getName(), LLJoint::getParent(), getRootJoint(), llendl, llinfos, LLJoint::mChildren, and NULL.
virtual F32 LLCharacter::getPreferredPelvisHeight | ( | ) | [inline, virtual] |
Definition at line 181 of file llcharacter.h.
References mPreferredPelvisHeight.
Referenced by LLKeyframeFallMotion::getEaseInDuration().
virtual LLVector3 LLCharacter::getVolumePos | ( | S32 | joint_index, | |
LLVector3 & | volume_offset | |||
) | [inline, virtual] |
Reimplemented in LLVOAvatar.
Definition at line 183 of file llcharacter.h.
References LLVector3::zero.
Referenced by LLKeyframeMotion::activateConstraint(), LLKeyframeMotion::applyConstraint(), and LLKeyframeMotion::initializeConstraint().
Reimplemented in LLVOAvatar.
Definition at line 185 of file llcharacter.h.
References NULL.
Referenced by LLKeyframeMotion::applyConstraint(), LLKeyframeMotion::deserialize(), LLKeyframeMotion::initializeConstraint(), and LLKeyframeMotion::serialize().
virtual S32 LLCharacter::getCollisionVolumeID | ( | std::string & | name | ) | [inline, virtual] |
Reimplemented in LLVOAvatar.
Definition at line 187 of file llcharacter.h.
Referenced by LLKeyframeMotion::deserialize().
void LLCharacter::setAnimationData | ( | std::string | name, | |
void * | data | |||
) |
Definition at line 242 of file llcharacter.cpp.
References mAnimationData.
Referenced by LLKeyframeMotion::applyKeyframes(), LLHUDEffectLookAt::calcTargetPosition(), LLVOAvatar::LLVOAvatar(), LLWalkAdjustMotion::onUpdate(), and LLEditingMotion::onUpdate().
void * LLCharacter::getAnimationData | ( | std::string | name | ) |
Definition at line 250 of file llcharacter.cpp.
References get_if_there(), mAnimationData, and NULL.
Referenced by LLKeyframeMotion::applyKeyframes(), LLTargetingMotion::onUpdate(), LLKeyframeWalkMotion::onUpdate(), LLKeyframeMotionParam::onUpdate(), LLEyeMotion::onUpdate(), LLHeadRotMotion::onUpdate(), LLHandMotion::onUpdate(), and LLEditingMotion::onUpdate().
void LLCharacter::removeAnimationData | ( | std::string | name | ) |
Definition at line 258 of file llcharacter.cpp.
References mAnimationData.
Referenced by LLMotionController::flushAllMotions(), LLWalkAdjustMotion::onDeactivate(), LLKeyframeWalkMotion::onDeactivate(), LLHandMotion::onUpdate(), and LLVOAvatar::updateCharacter().
void LLCharacter::addVisualParam | ( | LLVisualParam * | param | ) |
Definition at line 446 of file llcharacter.cpp.
References LLStringTable::addString(), LLVisualParam::getID(), LLVisualParam::getInfo(), LLVisualParam::getName(), llendl, llwarns, mVisualParamIndexMap, mVisualParamNameMap, S32, sVisualParamNames, and LLStringBase< char >::toLower().
Referenced by LLVOAvatar::loadAvatar(), LLVOAvatar::loadMeshNodes(), LLVOAvatar::loadSkeletonNode(), LLTexParamColor::setInfo(), and LLTexLayerParamAlpha::setInfo().
void LLCharacter::addSharedVisualParam | ( | LLVisualParam * | param | ) |
Definition at line 420 of file llcharacter.cpp.
References LLVisualParam::getID(), LLVisualParam::getName(), LLVisualParam::getNextParam(), llendl, llwarns, mVisualParamIndexMap, S32, and LLVisualParam::setNextParam().
Referenced by LLVOAvatar::loadMeshNodes().
BOOL LLCharacter::setVisualParamWeight | ( | LLVisualParam * | which_param, | |
F32 | weight, | |||
BOOL | set_by_user = FALSE | |||
) |
Definition at line 266 of file llcharacter.cpp.
References FALSE, LLVisualParam::getID(), mVisualParamIndexMap, S32, and TRUE.
Referenced by LLUndoWearable::applyUndoRedo(), LLHandMotion::onActivate(), LLScrollingPanelParam::onHintHeldDown(), LLScrollingPanelParam::onHintMaxMouseUp(), LLScrollingPanelParam::onHintMinMouseUp(), LLScrollingPanelParam::onSliderMoved(), LLEyeMotion::onUpdate(), LLHandMotion::onUpdate(), LLVisualParamHint::preRender(), LLWearable::removeFromAvatar(), LLVisualParamHint::render(), LLVOAvatar::setClothesColor(), and LLWearable::writeToAvatar().
BOOL LLCharacter::setVisualParamWeight | ( | const char * | param_name, | |
F32 | weight, | |||
BOOL | set_by_user = FALSE | |||
) |
Definition at line 281 of file llcharacter.cpp.
References LLStringTable::checkString(), FALSE, llendl, llwarns, mVisualParamNameMap, sVisualParamNames, LLStringBase< char >::toLower(), and TRUE.
Definition at line 299 of file llcharacter.cpp.
References FALSE, llendl, llwarns, mVisualParamIndexMap, and TRUE.
F32 LLCharacter::getVisualParamWeight | ( | LLVisualParam * | distortion | ) |
Definition at line 314 of file llcharacter.cpp.
References LLVisualParam::getID(), llendl, llwarns, mVisualParamIndexMap, and S32.
Referenced by LLUndoWearable::applyUndoRedo(), LLVOAvatar::getClothesColor(), LLScrollingPanelParam::onHintHeldDown(), LLScrollingPanelParam::onHintMaxMouseUp(), LLScrollingPanelParam::onHintMinMouseUp(), LLScrollingPanelParam::onHintMouseDown(), LLScrollingPanelParam::onSliderMouseDown(), LLScrollingPanelParam::onSliderMoved(), LLHandMotion::onUpdate(), LLVisualParamHint::preRender(), LLVOAvatar::processAvatarAppearance(), and LLVOAvatar::updateVisualParams().
F32 LLCharacter::getVisualParamWeight | ( | const char * | param_name | ) |
Definition at line 332 of file llcharacter.cpp.
References LLStringTable::checkString(), llendl, llwarns, mVisualParamNameMap, sVisualParamNames, and LLStringBase< char >::toLower().
Definition at line 349 of file llcharacter.cpp.
References llendl, llwarns, and mVisualParamIndexMap.
void LLCharacter::clearVisualParamWeights | ( | ) |
Definition at line 366 of file llcharacter.cpp.
References FALSE, getFirstVisualParam(), getNextVisualParam(), and VISUAL_PARAM_GROUP_TWEAKABLE.
Referenced by LLAgent::clearVisualParams().
BOOL LLCharacter::visualParamWeightsAreDefault | ( | ) |
Definition at line 382 of file llcharacter.cpp.
References getFirstVisualParam(), getNextVisualParam(), and VISUAL_PARAM_GROUP_TWEAKABLE.
Referenced by LLVOAvatar::updateIsFullyLoaded().
LLVisualParam* LLCharacter::getFirstVisualParam | ( | ) | [inline] |
Definition at line 214 of file llcharacter.h.
References getNextVisualParam(), mCurIterator, and mVisualParamIndexMap.
Referenced by clearVisualParamWeights(), LLWearable::copyDataFrom(), LLVOAvatar::dumpArchetypeXML(), LLVOAvatar::idleUpdate(), LLWearable::isDirty(), LLWearable::isOldVersion(), LLVOAvatar::processAvatarAppearance(), LLWearable::readFromAvatar(), LLWearable::removeFromAvatar(), LLWearable::setParamsToDefaults(), LLPanelEditWearable::setSubpart(), LLUndoWearable::setWearable(), LLGenePool::spawn(), updateVisualParams(), visualParamWeightsAreDefault(), LLWearable::writeToAvatar(), and ~LLCharacter().
LLVisualParam* LLCharacter::getNextVisualParam | ( | ) | [inline] |
Definition at line 219 of file llcharacter.h.
References mCurIterator, and mVisualParamIndexMap.
Referenced by clearVisualParamWeights(), LLWearable::copyDataFrom(), LLVOAvatar::dumpArchetypeXML(), getFirstVisualParam(), LLVOAvatar::idleUpdate(), LLWearable::isDirty(), LLWearable::isOldVersion(), LLVOAvatar::processAvatarAppearance(), LLWearable::readFromAvatar(), LLWearable::removeFromAvatar(), LLWearable::setParamsToDefaults(), LLPanelEditWearable::setSubpart(), LLUndoWearable::setWearable(), LLGenePool::spawn(), updateVisualParams(), visualParamWeightsAreDefault(), LLWearable::writeToAvatar(), and ~LLCharacter().
LLVisualParam* LLCharacter::getVisualParam | ( | S32 | id | ) | [inline] |
Definition at line 226 of file llcharacter.h.
References mVisualParamIndexMap.
Referenced by LLVOAvatar::buildCharacter(), LLGenePool::loadNodeArchetype(), LLEmote::onActivate(), LLPanelEditWearable::onCommitSexChange(), LLEmote::onDeactivate(), LLEmote::onUpdate(), LLUndoWearable::setColor(), LLTexLayer::setInfo(), LLDriverParam::setInfo(), and LLGenePool::spawn().
S32 LLCharacter::getVisualParamID | ( | LLVisualParam * | id | ) | [inline] |
S32 LLCharacter::getVisualParamCount | ( | ) | [inline] |
LLVisualParam * LLCharacter::getVisualParam | ( | const char * | name | ) |
Definition at line 403 of file llcharacter.cpp.
References LLStringTable::checkString(), llendl, llwarns, mVisualParamNameMap, NULL, sVisualParamNames, and LLStringBase< char >::toLower().
ESex LLCharacter::getSex | ( | ) | [inline] |
Definition at line 245 of file llcharacter.h.
References mSex.
Referenced by LLUndoWearable::applyUndoRedo(), LLPanelEditWearable::draw(), LLTexParamColor::getNetColor(), LLTexLayerParamAlpha::getSkip(), LLVOAvatar::idleUpdate(), LLFloaterCustomize::LLFloaterCustomize(), LLPanelEditWearable::onBtnRandomize(), LLVOAvatar::processAvatarAppearance(), LLTexLayerParamAlpha::render(), LLStatusBar::setHealth(), LLPanelEditWearable::setSubpart(), LLFloaterCustomize::setWearable(), LLTexParamColor::setWeight(), LLTexLayerParamAlpha::setWeight(), LLVOAvatar::startMotion(), LLHUDEffectLookAt::update(), and LLWearable::writeToAvatar().
void LLCharacter::setSex | ( | ESex | sex | ) | [inline] |
Definition at line 246 of file llcharacter.h.
References mSex.
Referenced by LLVOAvatar::updateVisualParams().
U32 LLCharacter::getAppearanceSerialNum | ( | ) | const [inline] |
void LLCharacter::setAppearanceSerialNum | ( | U32 | num | ) | [inline] |
U32 LLCharacter::getSkeletonSerialNum | ( | ) | const [inline] |
Definition at line 251 of file llcharacter.h.
References mSkeletonSerialNum.
Referenced by LLPolySkeletalDistortion::apply(), and LLKeyframeMotion::applyConstraints().
void LLCharacter::setSkeletonSerialNum | ( | U32 | num | ) | [inline] |
Definition at line 252 of file llcharacter.h.
References mSkeletonSerialNum.
Referenced by LLPolySkeletalDistortion::apply().
std::vector< LLCharacter * > LLCharacter::sInstances [static] |
Definition at line 254 of file llcharacter.h.
Referenced by LLVOAvatar::areAllNearbyInstancesBaked(), LLVOAvatar::cullAvatarsByPixelArea(), LLVOAvatar::deleteCachedImages(), LLVOAvatar::dumpBakedStatus(), LLVOAvatar::dumpTotalLocalTextureByteCount(), LLVOAvatar::getUnbakedPixelAreaRank(), LLCharacter(), LLVOAvatar::LLVOAvatar(), LLKeyframeMotion::onLoadComplete(), LLVOAvatar::releaseMeshData(), LLViewerObjectList::renderObjectsForSelect(), LLVOAvatar::resetImpostors(), LLVOAvatar::restoreGL(), LLVOAvatar::updateCharacter(), LLVOAvatar::updateImpostors(), LLFloaterSnapshot::Impl::updateLayout(), LLLocalSpeakerMgr::updateSpeakerList(), and ~LLCharacter().
LLMotionController LLCharacter::mMotionController [protected] |
Definition at line 257 of file llcharacter.h.
Referenced by addMotion(), areAnimationsPaused(), createMotion(), deactivateAllMotions(), LLVOAvatar::findMotion(), flushAllMotions(), isMotionActive(), LLCharacter(), removeMotion(), requestPause(), setAnimTimeFactor(), setTimeStep(), startMotion(), stopMotion(), LLVOAvatar::updateCharacter(), and updateMotion().
animation_data_map_t LLCharacter::mAnimationData [protected] |
Definition at line 260 of file llcharacter.h.
Referenced by getAnimationData(), removeAnimationData(), and setAnimationData().
F32 LLCharacter::mPreferredPelvisHeight [protected] |
ESex LLCharacter::mSex [protected] |
Definition at line 263 of file llcharacter.h.
Referenced by getSex(), setSex(), and updateVisualParams().
U32 LLCharacter::mAppearanceSerialNum [protected] |
Definition at line 264 of file llcharacter.h.
Referenced by getAppearanceSerialNum(), and setAppearanceSerialNum().
U32 LLCharacter::mSkeletonSerialNum [protected] |
Definition at line 265 of file llcharacter.h.
Referenced by getSkeletonSerialNum(), setSkeletonSerialNum(), and LLVOAvatar::updateVisualParams().
LLAnimPauseRequest LLCharacter::mPauseRequest [protected] |
Definition at line 266 of file llcharacter.h.
Referenced by LLCharacter(), requestPause(), and updateMotion().
Definition at line 272 of file llcharacter.h.
Referenced by addSharedVisualParam(), addVisualParam(), getFirstVisualParam(), getNextVisualParam(), getVisualParam(), getVisualParamCount(), getVisualParamID(), getVisualParamWeight(), and setVisualParamWeight().
VisualParamIndexMap_t::iterator LLCharacter::mCurIterator [private] |
Definition at line 273 of file llcharacter.h.
Referenced by getFirstVisualParam(), and getNextVisualParam().
Definition at line 275 of file llcharacter.h.
Referenced by addVisualParam(), getVisualParam(), getVisualParamWeight(), and setVisualParamWeight().
LLStringTable LLCharacter::sVisualParamNames [static, private] |
Definition at line 277 of file llcharacter.h.
Referenced by addVisualParam(), getVisualParam(), getVisualParamWeight(), and setVisualParamWeight().