From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03494.html | 271 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 docs/doxygen/nel/a03494.html (limited to 'docs/doxygen/nel/a03494.html') diff --git a/docs/doxygen/nel/a03494.html b/docs/doxygen/nel/a03494.html new file mode 100644 index 00000000..f9910590 --- /dev/null +++ b/docs/doxygen/nel/a03494.html @@ -0,0 +1,271 @@ + + +NeL: NL3D::CTextureDLM::CBlock struct Reference + + + +
+

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
+ + -- cgit v1.2.1