#include <llpolymorph.h>


Public Member Functions | |
| LLPolyMorphTargetInfo () | |
| ~LLPolyMorphTargetInfo () | |
| BOOL | parseXml (LLXmlTreeNode *node) |
Protected Types | |
| typedef std::vector < LLPolyVolumeMorphInfo > | volume_info_list_t |
Protected Attributes | |
| LLString | mMorphName |
| BOOL | mIsClothingMorph |
| volume_info_list_t | mVolumeInfoList |
Friends | |
| class | LLPolyMorphTarget |
Definition at line 123 of file llpolymorph.h.
typedef std::vector<LLPolyVolumeMorphInfo> LLPolyMorphTargetInfo::volume_info_list_t [protected] |
Definition at line 135 of file llpolymorph.h.
| LLPolyMorphTargetInfo::LLPolyMorphTargetInfo | ( | ) |
Definition at line 190 of file llpolymorph.cpp.
| LLPolyMorphTargetInfo::~LLPolyMorphTargetInfo | ( | ) | [inline] |
Definition at line 128 of file llpolymorph.h.
| BOOL LLPolyMorphTargetInfo::parseXml | ( | LLXmlTreeNode * | node | ) | [virtual] |
Reimplemented from LLViewerVisualParamInfo.
Definition at line 195 of file llpolymorph.cpp.
References LLXmlTree::addAttributeString(), FALSE, LLXmlTreeNode::getChildByName(), LLXmlTreeNode::getFastAttributeBOOL(), LLXmlTreeNode::getFastAttributeString(), LLXmlTreeNode::getFirstChild(), LLXmlTreeNode::getNextChild(), LLXmlTreeNode::hasName(), llassert, llendl, llwarns, mIsClothingMorph, mMorphName, mVolumeInfoList, NULL, LLViewerVisualParamInfo::parseXml(), and TRUE.
Referenced by LLVOAvatarInfo::parseXmlMeshNodes().


friend class LLPolyMorphTarget [friend] |
Definition at line 125 of file llpolymorph.h.
LLString LLPolyMorphTargetInfo::mMorphName [protected] |
Definition at line 133 of file llpolymorph.h.
Referenced by parseXml(), and LLPolyMorphTarget::setInfo().
BOOL LLPolyMorphTargetInfo::mIsClothingMorph [protected] |
Definition at line 134 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::applyMask(), and parseXml().
Definition at line 136 of file llpolymorph.h.
Referenced by parseXml(), and LLPolyMorphTarget::setInfo().
1.5.5