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/a02430.html | 259 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 docs/doxygen/nel/a02430.html (limited to 'docs/doxygen/nel/a02430.html') diff --git a/docs/doxygen/nel/a02430.html b/docs/doxygen/nel/a02430.html new file mode 100644 index 00000000..dddfe8ca --- /dev/null +++ b/docs/doxygen/nel/a02430.html @@ -0,0 +1,259 @@ + + +NeL: TemplateNL3D::CDistIterator< TBaseIter > struct Reference + + + +
+

NL3D::CDistIterator< TBaseIter > Struct Template Reference

#include <ps_attrib_maker_iterators.h> +

+

Inheritance diagram for NL3D::CDistIterator< TBaseIter >: +

+ +NL3D::CPSBaseIterator< TBaseIter > +NL3D::CFClampDot3AddIterator< TBaseIter > +NL3D::CFClampSquareDot3AddIterator< TBaseIter > +NL3D::CFDot3AddIterator< TBaseIter > +NL3D::CFSquareDot3AddIterator< TBaseIter > + +

Detailed Description

+

template<class TBaseIter>
+ struct NL3D::CDistIterator< TBaseIter >

+ +iterator that use dist to compute the value +

+ +

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

Public Member Functions

void advance ()
 CDistIterator (const TBaseIter &it)
GET_INLINE float get () const

Data Fields

TBaseIter Iter
float Offset
NLMISC::CVector V
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class TBaseIter>
NL3D::CDistIterator< TBaseIter >::CDistIterator const TBaseIter &  it  )  [inline]
+
+ + + + + +
+   + + +

+ +

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

+

00090 : CPSBaseIterator<TBaseIter>(it) {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<typename TBaseIter>
void NL3D::CPSBaseIterator< TBaseIter >::advance  )  [inline, inherited]
+
+ + + + + +
+   + + +

+ +

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

+

00050 { Iter.advance(); }     
+
+

+ + + + +
+ + + + + + + + + + + + +
+template<typename TBaseIter>
GET_INLINE float NL3D::CPSBaseIterator< TBaseIter >::get  )  const [inline, inherited]
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NL3D::CVectNormIterator< TBaseIter >, NL3D::CFDot3AddIterator< TBaseIter >, NL3D::CFSquareDot3AddIterator< TBaseIter >, NL3D::CFClampDot3AddIterator< TBaseIter >, and NL3D::CFClampSquareDot3AddIterator< TBaseIter >. +

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

+References GET_INLINE. +

+

00049 { return Iter.get(); }
+
+


Field Documentation

+

+ + + + +
+ + + + + +
+template<typename TBaseIter>
TBaseIter NL3D::CPSBaseIterator< TBaseIter >::Iter [inherited] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file ps_attrib_maker_iterators.h.

+

+ + + + +
+ + + + + +
+template<class TBaseIter>
float NL3D::CDistIterator< TBaseIter >::Offset +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CPSAttribMakerT< uint32, CPSValueBlendFunc< uint32 > >::make(), NL3D::CPSAttribMakerT< uint32, CPSValueBlendFunc< uint32 > >::make4(), and NL3D::CPSAttribMakerT< uint32, CPSValueBlendFunc< uint32 > >::makeN().

+

+ + + + +
+ + + + + +
+template<class TBaseIter>
NLMISC::CVector NL3D::CDistIterator< TBaseIter >::V +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CPSAttribMakerT< uint32, CPSValueBlendFunc< uint32 > >::make(), NL3D::CPSAttribMakerT< uint32, CPSValueBlendFunc< uint32 > >::make4(), and NL3D::CPSAttribMakerT< uint32, CPSValueBlendFunc< uint32 > >::makeN().

+


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