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/a03274.html | 168 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 docs/doxygen/nel/a03274.html (limited to 'docs/doxygen/nel/a03274.html') diff --git a/docs/doxygen/nel/a03274.html b/docs/doxygen/nel/a03274.html new file mode 100644 index 00000000..f73ec5b4 --- /dev/null +++ b/docs/doxygen/nel/a03274.html @@ -0,0 +1,168 @@ + + +NeL: NL3D::CQuadGrid< T >::CBaseNode class Reference + + + +
+

NL3D::CQuadGrid< T >::CBaseNode Class Reference

Inheritance diagram for NL3D::CQuadGrid< T >::CBaseNode: +

+ +NL3D::CQuadGrid< T >::CNode + +

template<class T>
+ class NL3D::CQuadGrid< T >::CBaseNode

+ + + + + + + + + + + + + +

Public Member Functions

 CBaseNode ()

Data Fields

CBaseNodeNext
CBaseNodePrev
bool Selected
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
NL3D::CQuadGrid< T >::CBaseNode::CBaseNode  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 214 of file 3d/quad_grid.h. +

+References NL3D::CQuadGrid< T >::CBaseNode::Prev. +

+

00214 {Prev= Next= NULL;}
+
+


Field Documentation

+

+ + + + +
+ + + + + +
+template<class T>
CBaseNode * NL3D::CQuadGrid< T >::CBaseNode::Next +
+
+ + + + + +
+   + + +

+ +

+Definition at line 212 of file 3d/quad_grid.h. +

+Referenced by NL3D::CQuadGrid< T >::begin(), NL3D::CQuadGrid< T >::clear(), NL3D::CQuadGrid< T >::clearSelection(), NL3D::CQuadGrid< T >::erase(), NL3D::CQuadGrid< T >::CIterator::operator++(), NL3D::CQuadGrid< T >::const_iterator::operator++(), and NL3D::CQuadGrid< T >::selectAll().

+

+ + + + +
+ + + + + +
+template<class T>
CBaseNode* NL3D::CQuadGrid< T >::CBaseNode::Prev +
+
+ + + + + +
+   + + +

+ +

+Definition at line 212 of file 3d/quad_grid.h. +

+Referenced by NL3D::CQuadGrid< T >::CBaseNode::CBaseNode(), NL3D::CQuadGrid< T >::erase(), NL3D::CQuadGrid< T >::CIterator::operator--(), and NL3D::CQuadGrid< T >::const_iterator::operator--().

+

+ + + + +
+ + + + + +
+template<class T>
bool NL3D::CQuadGrid< T >::CBaseNode::Selected +
+
+ + + + + +
+   + + +

+ +

+Definition at line 213 of file 3d/quad_grid.h. +

+Referenced by NL3D::CQuadGrid< T >::clearSelection(), NL3D::CQuadGrid< T >::erase(), NL3D::CQuadGrid< T >::insert(), and NL3D::CQuadGrid< T >::selectAll().

+


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