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/a02234.html | 119 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 docs/doxygen/nel/a02234.html (limited to 'docs/doxygen/nel/a02234.html') diff --git a/docs/doxygen/nel/a02234.html b/docs/doxygen/nel/a02234.html new file mode 100644 index 00000000..fa28b23f --- /dev/null +++ b/docs/doxygen/nel/a02234.html @@ -0,0 +1,119 @@ + + +NeL: NL3D::CAsyncTextureManager::CTextureLodToSort struct Reference + + + +
+

NL3D::CAsyncTextureManager::CTextureLodToSort Struct Reference

+ + + + + + + + + +

Public Member Functions

bool operator< (const CTextureLodToSort &other) const

Data Fields

CTextureLodLod
CVector Position
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CAsyncTextureManager::CTextureLodToSort::operator< const CTextureLodToSort other  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 165 of file async_texture_manager.h. +

+References Lod, and NL3D::CAsyncTextureManager::CTextureLod::Weight. +

+

00166                 {
+00167                         return Lod->Weight<other.Lod->Weight;
+00168                 }
+
+


Field Documentation

+

+ + + + +
+ + +
CTextureLod* NL3D::CAsyncTextureManager::CTextureLodToSort::Lod +
+
+ + + + + +
+   + + +

+ +

+Definition at line 163 of file async_texture_manager.h. +

+Referenced by operator<(), and NL3D::CAsyncTextureManager::updateTextureLodSystem().

+

+ + + + +
+ + +
CVector NL3D::CAsyncTextureManager::CTextureLodToSort::Position +
+
+ + + + + +
+   + + +

+ +

+Definition at line 164 of file async_texture_manager.h. +

+Referenced by NL3D::CAsyncTextureManager::updateTextureLodSystem().

+


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