Public Member Functions | |
int32 | GetMorphTargetIndex (int32 inMorphAreaIndex) const |
void | SetElemSpace (int32 inSpace) |
void | AddElem (const TMorphID &inMorpID) |
void | RemoveElem (int32 inSpace) |
void | EmptyList () |
int32 | GetElemCount () const |
const TMorphID & | operator[] (int32 index) const |
boolean | operator== (const TMorphIDList &othr) const |
boolean | operator!= (const TMorphIDList &othr) const |
Protected Attributes | |
TMCArray< TMorphID > | fMorphIDs |
void TMorphIDList::AddElem | ( | const TMorphID & | inMorpID | ) | [inline] |
void TMorphIDList::EmptyList | ( | ) | [inline] |
int32 TMorphIDList::GetElemCount | ( | ) | const [inline] |
int32 TMorphIDList::GetMorphTargetIndex | ( | int32 | inMorphAreaIndex | ) | const [inline] |
boolean TMorphIDList::operator!= | ( | const TMorphIDList & | othr | ) | const [inline] |
boolean TMorphIDList::operator== | ( | const TMorphIDList & | othr | ) | const [inline] |
const TMorphID& TMorphIDList::operator[] | ( | int32 | index | ) | const [inline] |
void TMorphIDList::RemoveElem | ( | int32 | inSpace | ) | [inline] |
void TMorphIDList::SetElemSpace | ( | int32 | inSpace | ) | [inline] |
TMCArray<TMorphID> TMorphIDList::fMorphIDs [protected] |