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

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

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

+ + + + + + + + + +

Public Member Functions

 CQuadNode (NLMISC::CBlockMemory< CNode *, false > *bm)

Data Fields

NLMISC::CSTLBlockList< CNode * > Nodes
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class T>
NL3D::CQuadGrid< T >::CQuadNode::CQuadNode NLMISC::CBlockMemory< CNode *, false > *  bm  )  [inline]
+
+ + + + + +
+   + + +

+ +

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

+References NL3D::CQuadGrid< T >::CQuadNode::Nodes. +

+

00230 : Nodes(bm) {}
+
+


Field Documentation

+

+ + + + +
+ + + + + +
+template<class T>
NLMISC::CSTLBlockList<CNode*> NL3D::CQuadGrid< T >::CQuadNode::Nodes +
+
+ + + + + +
+   + + +

+ +

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

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

+


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