NL3D::CShadowMapSort Struct Reference


Public Member Functions

bool operator< (const CShadowMapSort &o) const

Data Fields

CTransformCaster
float Weight

Member Function Documentation

bool NL3D::CShadowMapSort::operator< const CShadowMapSort o  )  const [inline]
 

Definition at line 873 of file shadow_map_manager.cpp.

References Weight.

00874         {
00875                 return Weight<o.Weight;
00876         }


Field Documentation

CTransform* NL3D::CShadowMapSort::Caster
 

Definition at line 870 of file shadow_map_manager.cpp.

Referenced by NL3D::CShadowMapManager::selectShadowMapsToGenerate().

float NL3D::CShadowMapSort::Weight
 

Definition at line 871 of file shadow_map_manager.cpp.

Referenced by operator<(), and NL3D::CShadowMapManager::selectShadowMapsToGenerate().


The documentation for this struct was generated from the following file:
Generated on Tue Mar 16 07:43:21 2004 for NeL by doxygen 1.3.6