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

NLPACS::CExteriorMesh::CLink Class Reference

#include <exterior_mesh.h> +

+


Detailed Description

+A neighbor link, on an interior surface. +

+ +

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

Public Member Functions

 CLink ()
void serial (NLMISC::IStream &f)

Data Fields

uint16 BorderChainId
uint16 ChainId
uint16 SurfaceId
+


Constructor & Destructor Documentation

+

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

+ +

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

+References BorderChainId. +

+

00085 : BorderChainId(0xFFFF), ChainId(0xFFFF), SurfaceId(0xFFFF) {}
+
+


Member Function Documentation

+

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

+ +

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

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

+

00086 { f.serial(BorderChainId, ChainId, SurfaceId); }
+
+


Field Documentation

+

+ + + + +
+ + +
uint16 NLPACS::CExteriorMesh::CLink::BorderChainId +
+
+ + + + + +
+   + + +

+ +

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

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

+

+ + + + +
+ + +
uint16 NLPACS::CExteriorMesh::CLink::ChainId +
+
+ + + + + +
+   + + +

+ +

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

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

+

+ + + + +
+ + +
uint16 NLPACS::CExteriorMesh::CLink::SurfaceId +
+
+ + + + + +
+   + + +

+ +

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

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

+


The documentation for this class 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