|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CSkeletonWeight Class ReferenceA skeleton template is a set of couple value_name / float.
More...
#include <skeleton_weight.h>
List of all members.
Detailed Description
A skeleton template is a set of couple value_name / float.
The value name is used to find a channel in the CChannelMixer. The float is a weight used on a slot of the channel mixer by the channel.
-
Author:
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2001
Definition at line 51 of file skeleton_weight.h.
Member Typedef Documentation
typedef std::vector<CNode> NL3D::CSkeletonWeight::TNodeArray
|
|
Member Function Documentation
void NL3D::CSkeletonWeight::build |
( |
const TNodeArray & |
array |
) |
|
|
const std::string & NL3D::CSkeletonWeight::getNodeName |
( |
uint |
node |
) |
const |
|
float NL3D::CSkeletonWeight::getNodeWeight |
( |
uint |
node |
) |
const |
|
uint NL3D::CSkeletonWeight::getNumNode |
( |
|
) |
const |
|
Member Data Documentation
TNodeArray NL3D::CSkeletonWeight::_Elements [private]
|
|
The documentation for this class was generated from the following files:
|
|