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/a02894.html | 163 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 docs/doxygen/nel/a02894.html (limited to 'docs/doxygen/nel/a02894.html') diff --git a/docs/doxygen/nel/a02894.html b/docs/doxygen/nel/a02894.html new file mode 100644 index 00000000..ebe7ff0d --- /dev/null +++ b/docs/doxygen/nel/a02894.html @@ -0,0 +1,163 @@ + + +NeL: NL3D::CMeshMRMGeom::CLodInfo class Reference + + + +
+

NL3D::CMeshMRMGeom::CLodInfo Class Reference


Detailed Description

+A LOD of the MRM. +

+ +

+Definition at line 453 of file mesh_mrm.h. + + + + + + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint32 EndAddWedges
 The last+1 new wedge this lod use. NB: Lod.NWedges== LodInfo.EndAddWedges.

sint32 LodOffset
 the absolute Lod offset in the last Stream which has been used to read this MRM.

uint32 StartAddWedge
 The frist new wedge this lod use.

+


Member Function Documentation

+

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

+ +

+Definition at line 463 of file mesh_mrm.h. +

+References EndAddWedges, NLMISC::IStream::serial(), NLMISC::IStream::serialVersion(), and StartAddWedge. +

+

00464                 {
+00465                         (void)f.serialVersion(0);
+00466 
+00467                         f.serial(StartAddWedge);
+00468                         f.serial(EndAddWedges);
+00469                         // do not serial LodOffset here.
+00470                 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NL3D::CMeshMRMGeom::CLodInfo::EndAddWedges +
+
+ + + + + +
+   + + +

+The last+1 new wedge this lod use. NB: Lod.NWedges== LodInfo.EndAddWedges. +

+ +

+Definition at line 459 of file mesh_mrm.h. +

+Referenced by serial().

+

+ + + + +
+ + +
sint32 NL3D::CMeshMRMGeom::CLodInfo::LodOffset +
+
+ + + + + +
+   + + +

+the absolute Lod offset in the last Stream which has been used to read this MRM. +

+ +

+Definition at line 461 of file mesh_mrm.h.

+

+ + + + +
+ + +
uint32 NL3D::CMeshMRMGeom::CLodInfo::StartAddWedge +
+
+ + + + + +
+   + + +

+The frist new wedge this lod use. +

+ +

+Definition at line 457 of file mesh_mrm.h. +

+Referenced by serial().

+


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