6#if !defined(AFX_NORMALFACELIST_H_H__87AE9F01_44D4_11D3_A382_B19716B5FB20__INCLUDED_)
7#define AFX_NORMALFACELIST_H_H__87AE9F01_44D4_11D3_A382_B19716B5FB20__INCLUDED_
16BEGIN_MOOTOOLS_NAMESPACE
23 using CFaceList::operator=;
CFaceList class is the base class for different kind of face list.
CNormalFace is a face that refers to a normal in a C3DVectorList.
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
CNormalFaceList is a CFaceList that contains CNormalFace. It usually belongs to a by CPointNormalChan...
Definition NormalFaceList.h:21
virtual ~CNormalFaceList()
Use Delete instead, unless the CNormalFaceList is created on the stack (take care that it is referenc...
virtual CFace * CreateFace() const
use ReleaseFace(CFace *) to delete created face
CNormalFaceList(CNormalFaceList *normalFaces=NULL)
Create a new face list. When normalFaces is provided, the data structure (datachunks) is inherited bu...