6#if !defined(WEIGHTCHANNEL_INCLUDE)
7#define WEIGHTCHANNEL_INCLUDE
15BEGIN_MOOTOOLS_NAMESPACE
32 void GetLimits(real& min, real& max);
33 void Normalize(
bool invert =
false);
CChannel class definition which is the base class for object channels (UV, normals....
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
CWeightChannel is the channel class dedicated to weight information.
Definition WeightChannel.h:21
CWeightPointList * GetWeightPointOnlyList(CGeomInfo *geominfo)
Returns a list of WeightPoints which are the average value of the weights of the points of each face ...
CWeightFaceList is a CFaceList that contains CWieghtFace. It usually belongs to a CWeightChannel.
Definition WeightFaceList.h:21
CWeightPointList is an array of CWeightPoint. It usually belongs to a CWeightChannel.
Definition WeightPointList.h:46