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

NL3D::CMesh::CInterfaceLink Struct Reference

#include <mesh.h> +

+


Detailed Description

+For each vertex. +

+ +

+Definition at line 159 of file mesh.h. + + + + + + + + + +

Public Member Functions

 CInterfaceLink ()

Data Fields

sint InterfaceId
uint InterfaceVertexId
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CMesh::CInterfaceLink::CInterfaceLink  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 166 of file mesh.h. +

+References InterfaceId. +

+

00167                 {
+00168                         InterfaceId= -1;
+00169                 }
+
+


Field Documentation

+

+ + + + +
+ + +
sint NL3D::CMesh::CInterfaceLink::InterfaceId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 162 of file mesh.h. +

+Referenced by CInterfaceLink(), and NL3D::CMRMBuilder::collapseEdge().

+

+ + + + +
+ + +
uint NL3D::CMesh::CInterfaceLink::InterfaceVertexId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 164 of file mesh.h. +

+Referenced by NL3D::CMRMBuilder::collapseEdge().

+


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