# 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::CTextureDLM::CBlock Struct Reference

A block descriptor. More...

List of all members.

Public Methods

 CBlock ()

Public Attributes

uint8 Width
uint8 Height
uint16 PosX
uint16 PosY
uint64 FreeSpace
CBlock * FreePrec
 Free List. More...

CBlock * FreeNext
 Free List. More...


Detailed Description

A block descriptor.

Definition at line 143 of file texture_dlm.h.


Constructor & Destructor Documentation

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

Definition at line 162 of file texture_dlm.h.

References FreeSpace.


Member Data Documentation

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

Free List.

Definition at line 160 of file texture_dlm.h.

Referenced by NL3D::CTextureDLM::unlinkFreeBlock.

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

Free List.

Definition at line 160 of file texture_dlm.h.

Referenced by NL3D::CTextureDLM::linkFreeBlock, and NL3D::CTextureDLM::unlinkFreeBlock.

uint64 NL3D::CTextureDLM::CBlock::FreeSpace
 

Definition at line 157 of file texture_dlm.h.

Referenced by CBlock.

uint8 NL3D::CTextureDLM::CBlock::Height
 

Definition at line 146 of file texture_dlm.h.

uint16 NL3D::CTextureDLM::CBlock::PosX
 

Definition at line 149 of file texture_dlm.h.

uint16 NL3D::CTextureDLM::CBlock::PosY
 

Definition at line 149 of file texture_dlm.h.

uint8 NL3D::CTextureDLM::CBlock::Width
 

Definition at line 146 of file texture_dlm.h.


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