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

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

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

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

Public Member Functions

 CQuadNode ()

Data Fields

T * Nodes
uint NumNodes
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class T>
NL3D::CStaticQuadGrid< T >::CQuadNode::CQuadNode  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 97 of file static_quad_grid.h. +

+References NL3D::CStaticQuadGrid< T >::CQuadNode::NumNodes. +

+

00098                 {
+00099                         Nodes= NULL; NumNodes=0; 
+00100                 }
+
+


Field Documentation

+

+ + + + +
+ + + + + +
+template<class T>
T* NL3D::CStaticQuadGrid< T >::CQuadNode::Nodes +
+
+ + + + + +
+   + + +

+ +

+Definition at line 94 of file static_quad_grid.h. +

+Referenced by NL3D::CStaticQuadGrid< T >::select().

+

+ + + + +
+ + + + + +
+template<class T>
uint NL3D::CStaticQuadGrid< T >::CQuadNode::NumNodes +
+
+ + + + + +
+   + + +

+ +

+Definition at line 95 of file static_quad_grid.h. +

+Referenced by NL3D::CStaticQuadGrid< T >::CQuadNode::CQuadNode(), and NL3D::CStaticQuadGrid< T >::select().

+


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