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

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
+ + -- cgit v1.2.1