NL3D::CPointLightNamedSort Struct Reference


Public Member Functions

bool operator< (const CPointLightNamedSort &b) const

Data Fields

const CPointLightNamedPointLight
uint SrcId

Member Function Documentation

bool NL3D::CPointLightNamedSort::operator< const CPointLightNamedSort b  )  const [inline]
 

Definition at line 51 of file point_light_named_array.cpp.

References NL3D::CPointLightNamed::AnimatedLight, NL3D::CPointLightNamed::LightGroup, and PointLight.

00052         {
00053                 if (PointLight->AnimatedLight < b.PointLight->AnimatedLight)
00054                         return true;
00055                 if (PointLight->AnimatedLight > b.PointLight->AnimatedLight)
00056                         return false;
00057                 return (PointLight->LightGroup < b.PointLight->LightGroup);
00058         }


Field Documentation

const CPointLightNamed* NL3D::CPointLightNamedSort::PointLight
 

Definition at line 48 of file point_light_named_array.cpp.

Referenced by operator<().

uint NL3D::CPointLightNamedSort::SrcId
 

Definition at line 49 of file point_light_named_array.cpp.


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