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

NL3D::CRandomIterator Struct Reference

#include <ps_attrib_maker_iterators.h> +

+


Detailed Description

+This special iterator return random values every time it is read It is for private use only, and it has not all the functionnalities of an iterator. +

+ +

+Definition at line 68 of file ps_attrib_maker_iterators.h. + + + + + + + + +

Public Member Functions

void advance (uint quantity)
void advance ()
GET_INLINE float get () const
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CRandomIterator::advance uint  quantity  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file ps_attrib_maker_iterators.h. +

+References uint. +

+

00072 {}
+
+

+ + + + +
+ + + + + + + + + +
void NL3D::CRandomIterator::advance  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 71 of file ps_attrib_maker_iterators.h. +

+

00071 {}
+
+

+ + + + +
+ + + + + + + + + +
GET_INLINE float NL3D::CRandomIterator::get  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file ps_attrib_maker_iterators.h. +

+References GET_INLINE. +

+

00070 { return float(rand() * (1 / double(RAND_MAX))); } // this may be optimized with a table...
+
+


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