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