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/a02971.html | 136 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 136 insertions(+) create mode 100644 docs/doxygen/nel/a02971.html (limited to 'docs/doxygen/nel/a02971.html') diff --git a/docs/doxygen/nel/a02971.html b/docs/doxygen/nel/a02971.html new file mode 100644 index 00000000..9c203d9b --- /dev/null +++ b/docs/doxygen/nel/a02971.html @@ -0,0 +1,136 @@ + + +NeL: NL3D::CMRMWedgeGeom struct Reference + + + +
+

NL3D::CMRMWedgeGeom Struct Reference

#include <mrm_mesh.h> +

+


Detailed Description

+A geomoprh information.
Author:
Lionel Berenguier

+Nevrax France

+
Date:
2000
+
See also:
CMRMBuilder
+ +

+ +

+Definition at line 180 of file mrm_mesh.h. + + + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint32 End
 The end wedge index of the geomorph.

uint32 Start
 The start wedge index of the geomorph.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CMRMWedgeGeom::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 188 of file mrm_mesh.h. +

+References NLMISC::IStream::serial(). +

+

00189         {
+00190                 f.serial(Start, End);
+00191         }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NL3D::CMRMWedgeGeom::End +
+
+ + + + + +
+   + + +

+The end wedge index of the geomorph. +

+ +

+Definition at line 185 of file mrm_mesh.h. +

+Referenced by NL3D::CMeshMRMSkinnedGeom::applyGeomorphPosNormalUV0(), NL3D::CMeshMRMGeom::applyGeomorphPosNormalUV0(), NL3D::CMeshMRMSkinnedGeom::applyGeomorphPosNormalUV0Int(), NL3D::CMeshMRMGeom::applyGeomorphWithVBHardPtr(), NL3D::CMRMBuilder::buildFinalMRM(), and NL3D::CMRMBuilder::CGeomPred::operator()().

+

+ + + + +
+ + +
uint32 NL3D::CMRMWedgeGeom::Start +
+
+ + + + + +
+   + + +

+The start wedge index of the geomorph. +

+ +

+Definition at line 183 of file mrm_mesh.h. +

+Referenced by NL3D::CMeshMRMSkinnedGeom::applyGeomorphPosNormalUV0(), NL3D::CMeshMRMGeom::applyGeomorphPosNormalUV0(), NL3D::CMeshMRMSkinnedGeom::applyGeomorphPosNormalUV0Int(), NL3D::CMeshMRMGeom::applyGeomorphWithVBHardPtr(), NL3D::CMRMBuilder::buildFinalMRM(), and NL3D::CMRMBuilder::CGeomPred::operator()().

+


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