#include <llpolymorph.h>
Inheritance diagram for LLPolyMorphTargetInfo:


| 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 125 of file llpolymorph.h.
| typedef std::vector<LLPolyVolumeMorphInfo> LLPolyMorphTargetInfo::volume_info_list_t  [protected] | 
Definition at line 137 of file llpolymorph.h.
| LLPolyMorphTargetInfo::LLPolyMorphTargetInfo | ( | ) | 
Definition at line 195 of file llpolymorph.cpp.
| LLPolyMorphTargetInfo::~LLPolyMorphTargetInfo | ( | ) |  [inline] | 
Definition at line 130 of file llpolymorph.h.
| BOOL LLPolyMorphTargetInfo::parseXml | ( | LLXmlTreeNode * | node | ) |  [virtual] | 
Reimplemented from LLViewerVisualParamInfo.
Definition at line 200 of file llpolymorph.cpp.
References LLXmlTree::addAttributeString(), FALSE, LLXmlTreeNode::getChildByName(), 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 127 of file llpolymorph.h.
| BOOL LLPolyMorphTargetInfo::mIsClothingMorph  [protected] | 
Definition at line 136 of file llpolymorph.h.
Referenced by LLPolyMorphTarget::applyMask(), and parseXml().
| LLString LLPolyMorphTargetInfo::mMorphName  [protected] | 
Definition at line 135 of file llpolymorph.h.
Referenced by parseXml(), and LLPolyMorphTarget::setInfo().
Definition at line 138 of file llpolymorph.h.
Referenced by parseXml(), and LLPolyMorphTarget::setInfo().
 1.4.7
 1.4.7