NL3D::CMeshMRMSkinnedGeom::CShadowVertex Class Reference

#include <mesh_mrm_skinned.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::CMeshMRMSkinnedGeom::CShadowVertex::operator< const CShadowVertex v  )  const [inline]
 

Definition at line 275 of file mesh_mrm_skinned.h.

References v.

00276                 {
00277                         if(MatrixId!=v.MatrixId)
00278                                 return MatrixId<v.MatrixId;
00279                         else
00280                                 return Vertex<v.Vertex;
00281                 }

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

Definition at line 271 of file mesh_mrm_skinned.h.

References v.

00272                 {
00273                         return MatrixId==v.MatrixId && Vertex==v.Vertex;
00274                 }

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

Definition at line 262 of file mesh_mrm_skinned.h.

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

00263                 {
00264                         (void)f.serialVersion(0);
00265 
00266                         f.serial(Vertex);
00267                         f.serial(MatrixId);
00268                 }


Field Documentation

uint32 NL3D::CMeshMRMSkinnedGeom::CShadowVertex::MatrixId
 

Definition at line 261 of file mesh_mrm_skinned.h.

CVector NL3D::CMeshMRMSkinnedGeom::CShadowVertex::Vertex
 

Definition at line 260 of file mesh_mrm_skinned.h.


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 06:54:31 2004 for NeL by doxygen 1.3.6