6#if !defined(WEIGHTFACELIST_INCLUDE)
7#define WEIGHTFACELIST_INCLUDE
16BEGIN_MOOTOOLS_NAMESPACE
23 using CFaceList::operator=;
CFaceList class is the base class for different kind of face list.
CWeightFace is a face that refers to a weight in a CWeightPointList.
The class defines an x, y, z 3D point which can use int, float or double.
Definition 3DPoint.h:27
A CFace contains the information related to a given face in a CFaceList.
Definition Face.h:97
CFaceList is the common base class for a lot of different classes (C3DFaceList, CUVWFaceList....
Definition FaceList.h:179
CWeightFaceList is a CFaceList that contains CWieghtFace. It usually belongs to a CWeightChannel.
Definition WeightFaceList.h:21
CWeightFaceList(CWeightFaceList *weightFaces=NULL)
Create a new face list. When weightFaces is provided, the data structure (datachunks) is inherited bu...
virtual CFace * CreateFace() const
use ReleaseFace(CFace *) to delete created face
virtual ~CWeightFaceList()
Use Delete instead, unless the CWeightFaceList is created on the stack (take care that it is referenc...