From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/class_NL3D__CSkeletonWeight__CNode.html | 193 +++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 docs/doxygen/nel/class_NL3D__CSkeletonWeight__CNode.html (limited to 'docs/doxygen/nel/class_NL3D__CSkeletonWeight__CNode.html') diff --git a/docs/doxygen/nel/class_NL3D__CSkeletonWeight__CNode.html b/docs/doxygen/nel/class_NL3D__CSkeletonWeight__CNode.html new file mode 100644 index 00000000..891726af --- /dev/null +++ b/docs/doxygen/nel/class_NL3D__CSkeletonWeight__CNode.html @@ -0,0 +1,193 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1