# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CSkeletonWeight::CNode Class Reference

An element of the template. A pair of node name / node weight. More...

#include <skeleton_weight.h>

List of all members.

Public Methods

void serial (NLMISC::IStream& f)
 Serial the node. More...


Public Attributes

std::string Name
 Name of the node. More...

float Weight
 Weight of the node. More...


Detailed Description

An element of the template. A pair of node name / node weight.

Definition at line 55 of file skeleton_weight.h.


Member Function Documentation

void NL3D::CSkeletonWeight::CNode::serial ( NLMISC::IStream & f )
 

Serial the node.

Definition at line 81 of file skeleton_weight.cpp.


Member Data Documentation

std::string NL3D::CSkeletonWeight::CNode::Name
 

Name of the node.

Definition at line 59 of file skeleton_weight.h.

float NL3D::CSkeletonWeight::CNode::Weight
 

Weight of the node.

Definition at line 62 of file skeleton_weight.h.


The documentation for this class was generated from the following files: