# 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::CMeshMRMGeom::CLodInfo Class Reference

A LOD of the MRM. More...

List of all members.

Public Methods

void serial (NLMISC::IStream &f)

Public Attributes

uint32 StartAddWedge
 The frist new wedge this lod use. More...

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

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


Detailed Description

A LOD of the MRM.

Definition at line 392 of file mesh_mrm.h.


Member Function Documentation

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

Definition at line 402 of file mesh_mrm.h.

References EndAddWedges, NLMISC::IStream::serial, NLMISC::IStream::serialVersion, and StartAddWedge.


Member Data Documentation

uint32 NL3D::CMeshMRMGeom::CLodInfo::EndAddWedges
 

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

Definition at line 398 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 400 of file mesh_mrm.h.

uint32 NL3D::CMeshMRMGeom::CLodInfo::StartAddWedge
 

The frist new wedge this lod use.

Definition at line 396 of file mesh_mrm.h.

Referenced by serial.


The documentation for this class was generated from the following file: