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/a02493.html | 205 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 docs/doxygen/nel/a02493.html (limited to 'docs/doxygen/nel/a02493.html') diff --git a/docs/doxygen/nel/a02493.html b/docs/doxygen/nel/a02493.html new file mode 100644 index 00000000..eea8390d --- /dev/null +++ b/docs/doxygen/nel/a02493.html @@ -0,0 +1,205 @@ + + +NeL: NLPACS::CExteriorMesh::CEdge struct Reference + + + +
+

NLPACS::CExteriorMesh::CEdge Struct Reference

#include <exterior_mesh.h> +

+


Detailed Description

+An edge of the edge list. +

+ +

+Definition at line 60 of file exterior_mesh.h. + + + + + + + + + + + + + +

Public Member Functions

 CEdge (const CVector &start, sint32 link)
 CEdge ()
void serial (NLMISC::IStream &f)

Data Fields

sint32 Link
NLMISC::CVector Start
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLPACS::CExteriorMesh::CEdge::CEdge  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 65 of file exterior_mesh.h. +

+

00065 {}
+
+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLPACS::CExteriorMesh::CEdge::CEdge const CVector start,
sint32  link
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 66 of file exterior_mesh.h. +

+References Link, and sint32. +

+

00066 : Start(start), Link(link) {}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CExteriorMesh::CEdge::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 67 of file exterior_mesh.h. +

+References Link, and NLMISC::IStream::serial(). +

+

00067 { f.serial(Start, Link); }
+
+


Field Documentation

+

+ + + + +
+ + +
sint32 NLPACS::CExteriorMesh::CEdge::Link +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file exterior_mesh.h. +

+Referenced by CEdge(), NLPACS::CRetrieverInstance::linkEdgeQuad(), and serial().

+

+ + + + +
+ + +
NLMISC::CVector NLPACS::CExteriorMesh::CEdge::Start +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file exterior_mesh.h.

+


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