# 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 83 of file skeleton_weight.cpp.

References Name, NLMISC::IStream::serial, NLMISC::IStream::serialVersion, and Weight.


Member Data Documentation

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

Name of the node.

Definition at line 59 of file skeleton_weight.h.

Referenced by serial.

float NL3D::CSkeletonWeight::CNode::Weight
 

Weight of the node.

Definition at line 62 of file skeleton_weight.h.

Referenced by serial.


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