NL3D::CSkeletonWeight::CNode Class Reference

#include <skeleton_weight.h>


Detailed Description

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

Definition at line 55 of file skeleton_weight.h.

Public Member Functions

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


Data Fields

std::string Name
 Name of the node.

float Weight
 Weight of the node.


Member Function Documentation

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

Serial the node.

Definition at line 83 of file skeleton_weight.cpp.

References NLMISC::IStream::serial(), and NLMISC::IStream::serialVersion().

00084 {
00085         // Serial a version number
00086         (void)f.serialVersion (0);
00087 
00088         // Serial the name
00089         f.serial (Name);
00090 
00091         // Serial the weight
00092         f.serial (Weight);
00093 }


Field 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:
Generated on Tue Mar 16 07:47:03 2004 for NeL by doxygen 1.3.6