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