From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02804.html | 125 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) create mode 100644 docs/doxygen/nel/a02804.html (limited to 'docs/doxygen/nel/a02804.html') diff --git a/docs/doxygen/nel/a02804.html b/docs/doxygen/nel/a02804.html new file mode 100644 index 00000000..ccf2b498 --- /dev/null +++ b/docs/doxygen/nel/a02804.html @@ -0,0 +1,125 @@ + + +NeL: NL3D::CLodCharacterShape::CBoneInfluence struct Reference + + + +
+

NL3D::CLodCharacterShape::CBoneInfluence Struct Reference


Detailed Description

+A Bone influence: list of all vertices to influence. +

+ +

+Definition at line 264 of file lod_character_shape.h. + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

std::vector< CVertexInfInfVertices
std::string Name
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CLodCharacterShape::CBoneInfluence::serial NLMISC::IStream f  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 495 of file lod_character_shape.cpp. +

+References InfVertices, NLMISC::IStream::serial(), NLMISC::IStream::serialCont(), and NLMISC::IStream::serialVersion(). +

+

00496 {
+00497         (void)f.serialVersion(0);
+00498 
+00499         f.serial(Name);
+00500         f.serialCont(InfVertices);
+00501 }
+
+


Field Documentation

+

+ + + + +
+ + +
std::vector<CVertexInf> NL3D::CLodCharacterShape::CBoneInfluence::InfVertices +
+
+ + + + + +
+   + + +

+ +

+Definition at line 270 of file lod_character_shape.h. +

+Referenced by NL3D::CLodCharacterShape::addBoneAlpha(), and serial().

+

+ + + + +
+ + +
std::string NL3D::CLodCharacterShape::CBoneInfluence::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 267 of file lod_character_shape.h.

+


The documentation for this struct was generated from the following files: +
Generated on Tue Mar 16 06:49:59 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1