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

NL3D::CAsyncTextureManager::CTextureBase Class Reference

Inheritance diagram for NL3D::CAsyncTextureManager::CTextureBase: +

+ +NL3D::CAsyncTextureManager::CTextureEntry +NL3D::CAsyncTextureManager::CTextureLod + + + + + + + + + + + + +

Public Member Functions

bool isTextureEntry () const

Data Fields

NLMISC::CSmartPtr< CTextureFileTexture

Protected Attributes

bool IsTextureEntry
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
bool NL3D::CAsyncTextureManager::CTextureBase::isTextureEntry  )  const [inline]
+
+ + + + + +
+   + + +

+ +

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

+References IsTextureEntry. +

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

+

00132 {return IsTextureEntry;}
+
+


Field Documentation

+

+ + + + +
+ + +
bool NL3D::CAsyncTextureManager::CTextureBase::IsTextureEntry [protected] +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by isTextureEntry().

+

+ + + + +
+ + +
NLMISC::CSmartPtr<CTextureFile> NL3D::CAsyncTextureManager::CTextureBase::Texture +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CAsyncTextureManager::addTextureRef(), NL3D::CAsyncTextureManager::deleteTexture(), NL3D::CAsyncTextureManager::getNextTextureToUpLoad(), NL3D::CAsyncTextureManager::update(), and NL3D::CAsyncTextureManager::updateTextureLodSystem().

+


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