NL3D::CTextureDLM::CBlock Struct Reference


Detailed Description

A block descriptor.

Definition at line 143 of file texture_dlm.h.

Public Member Functions

 CBlock ()

Data Fields

CBlockFreeNext
 Free List.

CBlockFreePrec
 Free List.

uint64 FreeSpace
uint8 Height
uint16 PosX
uint16 PosY
uint8 Width


Constructor & Destructor Documentation

NL3D::CTextureDLM::CBlock::CBlock  )  [inline]
 

Definition at line 162 of file texture_dlm.h.

References FreeNext, FreePrec, and FreeSpace.

00163                 {
00164                         FreeSpace= 0;
00165                         // No List
00166                         FreePrec= FreeNext= NULL;
00167                 }


Field Documentation

CBlock * NL3D::CTextureDLM::CBlock::FreeNext
 

Free List.

Definition at line 160 of file texture_dlm.h.

Referenced by CBlock(), NL3D::CTextureDLM::linkFreeBlock(), and NL3D::CTextureDLM::unlinkFreeBlock().

CBlock* NL3D::CTextureDLM::CBlock::FreePrec
 

Free List.

Definition at line 160 of file texture_dlm.h.

Referenced by CBlock(), NL3D::CTextureDLM::linkFreeBlock(), and NL3D::CTextureDLM::unlinkFreeBlock().

uint64 NL3D::CTextureDLM::CBlock::FreeSpace
 

Definition at line 157 of file texture_dlm.h.

Referenced by CBlock(), NL3D::CTextureDLM::createLightMap(), and NL3D::CTextureDLM::releaseLightMap().

uint8 NL3D::CTextureDLM::CBlock::Height
 

Definition at line 146 of file texture_dlm.h.

Referenced by NL3D::CTextureDLM::createLightMap(), and NL3D::CTextureDLM::releaseLightMap().

uint16 NL3D::CTextureDLM::CBlock::PosX
 

Definition at line 149 of file texture_dlm.h.

Referenced by NL3D::CTextureDLM::createLightMap(), and NL3D::CTextureDLM::releaseLightMap().

uint16 NL3D::CTextureDLM::CBlock::PosY
 

Definition at line 149 of file texture_dlm.h.

Referenced by NL3D::CTextureDLM::createLightMap(), and NL3D::CTextureDLM::releaseLightMap().

uint8 NL3D::CTextureDLM::CBlock::Width
 

Definition at line 146 of file texture_dlm.h.

Referenced by NL3D::CTextureDLM::createLightMap(), and NL3D::CTextureDLM::releaseLightMap().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 07:54:51 2004 for NeL by doxygen 1.3.6