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/a02718.html | 139 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 docs/doxygen/nel/a02718.html (limited to 'docs/doxygen/nel/a02718.html') diff --git a/docs/doxygen/nel/a02718.html b/docs/doxygen/nel/a02718.html new file mode 100644 index 00000000..7aa086fc --- /dev/null +++ b/docs/doxygen/nel/a02718.html @@ -0,0 +1,139 @@ + + +NeL: NL3D::CTessNodeList class Reference + + + +
+

NL3D::CTessNodeList Class Reference

#include <tess_list.h> +

+

Inheritance diagram for NL3D::CTessNodeList: +

+ +NL3D::CLandscapeVegetableBlock +NL3D::CPatchDLMContext +NL3D::CTessFace +NL3D::CTessFarVertex +NL3D::CTessNearVertex +NL3D::CTileFace +NL3D::CVegetableClipBlock +NL3D::CVegetableInstanceGroup +NL3D::CVegetableSortBlock + +

Detailed Description

+A basic list node. +

+ +

+Definition at line 40 of file tess_list.h. + + + + + + + + + +

Public Member Functions

 CTessNodeList ()

Data Fields

CTessNodeListNext
CTessNodeListPrec
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CTessNodeList::CTessNodeList  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file tess_list.h. +

+References Prec. +

+

00047         {
+00048                 Prec= NULL;
+00049                 Next= NULL;
+00050         }
+
+


Field Documentation

+

+ + + + +
+ + +
CTessNodeList* NL3D::CTessNodeList::Next +
+
+ + + + + +
+   + + +

+ +

+Definition at line 44 of file tess_list.h. +

+Referenced by NL3D::CVegetableManager::addInstance(), NL3D::CLandscape::computeDynamicLighting(), NL3D::CPatch::computeGeomorphAlphaFar1VertexListVB(), NL3D::CPatch::computeGeomorphFar0VertexListVB(), NL3D::CPatch::computeGeomorphTileVertexListVB(), NL3D::CPatch::computeGeomorphVertexList(), NL3D::CPatch::debugAllocationMarkIndicesFarList(), NL3D::CPatch::debugAllocationMarkIndicesNearList(), NL3D::CPatch::fillFar0DLMUvOnlyVertexListVB(), NL3D::CPatch::fillFar0VertexListVB(), NL3D::CPatch::fillFar1DLMUvOnlyVertexListVB(), NL3D::CPatch::fillFar1VertexListVB(), NL3D::CPatch::fillTileVertexListVB(), NL3D::CLandscape::getDynamicLightingMemoryLoad(), NL3D::CTessBlock::refillFaceVectorFar0(), NL3D::CTessBlock::refillFaceVectorFar1(), NL3D::CTessBlock::refillFaceVectorTile(), NL3D::CLandscape::refine(), NL3D::CVegetableManager::render(), NL3D::CLandscape::render(), NL3D::CPatch::updateFar0VBAlloc(), NL3D::CPatch::updateFar1VBAlloc(), NL3D::CVegetableSortBlock::updateSortBlock(), and NL3D::CPatch::updateTileVBAlloc().

+

+ + + + +
+ + +
CTessNodeList* NL3D::CTessNodeList::Prec +
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file tess_list.h. +

+Referenced by CTessNodeList().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 07:49:06 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1