6#if !defined(AFX_VCCHANNEL_H__79EB93C6_8866_11D3_A029_8FE73A9B677B__INCLUDED_)
7#define AFX_VCCHANNEL_H__79EB93C6_8866_11D3_A029_8FE73A9B677B__INCLUDED_
15BEGIN_MOOTOOLS_NAMESPACE
CChannel class definition which is the base class for object channels (UV, normals....
C3DEdge is a class containing 2 point indexes that represent the edge of a face.
Definition FaceList.h:72
The class defines an x, y, z 3D point which can use int, float or double.
Definition 3DPoint.h:27
A CChannel is the base class for some additional information associated to an object.
Definition Channel.h:93
virtual bool Compare(const CChannel *channel) const
Return true if the channel have same type and same content.
CGeomInfo is an helper class oftenly required by different methods.
Definition GeomInfo.h:71
CPt base only contains some flags that are used by the derived class.
Definition Point.h:60
CVCChannel is the channel class dedicated to vertex colors.
Definition VCChannel.h:21
CVCFaceList is a CFaceList that contains CVCFace. It usually belongs to a CVCChannel.
Definition VCFaceList.h:21
CVCPointList is an array of CVCPoint. It usually belongs to a CVCChannel.
Definition VCPointList.h:46