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

NL3D::CIGSurfaceLight::CRetrieverLightGrid Struct Reference

#include <ig_surface_light.h> +

+ + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

NLMISC::CObjectVector< CSurfaceLightGridGrids
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CIGSurfaceLight::CRetrieverLightGrid::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file ig_surface_light.h. +

+References Grids, NLMISC::IStream::serial(), and NLMISC::IStream::serialVersion(). +

+

00057                 {
+00058                         (void)f.serialVersion(0);
+00059                         f.serial(Grids);
+00060                 }
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CObjectVector<CSurfaceLightGrid> NL3D::CIGSurfaceLight::CRetrieverLightGrid::Grids +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file ig_surface_light.h. +

+Referenced by NL3D::CIGSurfaceLight::getStaticLightSetup(), NL3D::CInstanceLighter::light(), and serial().

+


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