NL3D::CLodCharacterShapeBuild::CPixelInfo Class Reference

#include <lod_character_shape.h>


Public Member Functions

 CPixelInfo (const CVector &pos, const CVector &normal)
 CPixelInfo ()
bool operator== (const CPixelInfo &o) const
void serial (NLMISC::IStream &f)

Data Fields

CVector Normal
CVector Pos

Static Public Attributes

const CPixelInfo EmptyPixel


Constructor & Destructor Documentation

NL3D::CLodCharacterShapeBuild::CPixelInfo::CPixelInfo  )  [inline]
 

Definition at line 60 of file lod_character_shape.h.

00060 {}

NL3D::CLodCharacterShapeBuild::CPixelInfo::CPixelInfo const CVector pos,
const CVector normal
[inline]
 

Definition at line 61 of file lod_character_shape.h.

References Normal.

00061 : Pos(pos), Normal(normal) {}


Member Function Documentation

bool NL3D::CLodCharacterShapeBuild::CPixelInfo::operator== const CPixelInfo o  )  const [inline]
 

Definition at line 62 of file lod_character_shape.h.

References Normal, and Pos.

00063                 {
00064                         return Pos==o.Pos && Normal==o.Normal;
00065                 }

void NL3D::CLodCharacterShapeBuild::CPixelInfo::serial NLMISC::IStream f  )  [inline]
 

Definition at line 67 of file lod_character_shape.h.

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

00068                 {
00069                         f.serial(Pos, Normal);
00070                 }


Field Documentation

const CLodCharacterShapeBuild::CPixelInfo NL3D::CLodCharacterShapeBuild::CPixelInfo::EmptyPixel [static]
 

CVector NL3D::CLodCharacterShapeBuild::CPixelInfo::Normal
 

Definition at line 54 of file lod_character_shape.h.

Referenced by NL3D::CLodCharacterShapeBuild::compile(), CPixelInfo(), operator==(), and serial().

CVector NL3D::CLodCharacterShapeBuild::CPixelInfo::Pos
 

Definition at line 53 of file lod_character_shape.h.

Referenced by NL3D::CLodCharacterShapeBuild::compile(), and operator==().


The documentation for this class was generated from the following files:
Generated on Tue Mar 16 06:50:04 2004 for NeL by doxygen 1.3.6