NL3D::CMeshMRMGeom::CShadowVertex Class Reference

#include <mesh_mrm.h>


Public Member Functions

bool operator< (const CShadowVertex &v) const
bool operator== (const CShadowVertex &v) const
void serial (NLMISC::IStream &f)

Data Fields

uint32 MatrixId
CVector Vertex


Member Function Documentation

bool NL3D::CMeshMRMGeom::CShadowVertex::operator< const CShadowVertex v  )  const [inline]
 

Definition at line 309 of file mesh_mrm.h.

References v.

00310                 {
00311                         if(MatrixId!=v.MatrixId)
00312                                 return MatrixId<v.MatrixId;
00313                         else
00314                                 return Vertex<v.Vertex;
00315                 }

bool NL3D::CMeshMRMGeom::CShadowVertex::operator== const CShadowVertex v  )  const [inline]
 

Definition at line 305 of file mesh_mrm.h.

References v.

00306                 {
00307                         return MatrixId==v.MatrixId && Vertex==v.Vertex;
00308                 }

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

Definition at line 296 of file mesh_mrm.h.

References NLMISC::IStream::serial(), and NLMISC::IStream::serialVersion().

00297                 {
00298                         (void)f.serialVersion(0);
00299 
00300                         f.serial(Vertex);
00301                         f.serial(MatrixId);
00302                 }


Field Documentation

uint32 NL3D::CMeshMRMGeom::CShadowVertex::MatrixId
 

Definition at line 295 of file mesh_mrm.h.

CVector NL3D::CMeshMRMGeom::CShadowVertex::Vertex
 

Definition at line 294 of file mesh_mrm.h.


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