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

NL3D::CBorderVertex Struct Reference

#include <zone.h> +

+


Detailed Description

+The struct for connectivity of zone vertices. +

+ +

+Definition at line 65 of file src/3d/zone.h. + + + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint16 CurrentVertex
uint16 NeighborVertex
uint16 NeighborZoneId
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CBorderVertex::serial NLMISC::IStream f  ) 
+
+ + + + + +
+   + + +

+ +

+Definition at line 402 of file 3d/zone.cpp. +

+References CurrentVertex, NeighborVertex, NeighborZoneId, NLMISC::IStream::serialVersion(), and NLMISC::IStream::xmlSerial(). +

+

00403 {
+00404         (void)f.serialVersion(0);
+00405 
+00406         f.xmlSerial (CurrentVertex, "CURRENT_VERTEX");
+00407         f.xmlSerial (NeighborZoneId, "NEIGHTBOR_ZONE_ID");
+00408         f.xmlSerial (NeighborVertex, "NEIGHTBOR_VERTEX");
+00409 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint16 NL3D::CBorderVertex::CurrentVertex +
+
+ + + + + +
+   + + +

+ +

+Definition at line 68 of file src/3d/zone.h. +

+Referenced by NL3D::CZoneTgtSmoother::makeVerticesCoplanar(), and serial().

+

+ + + + +
+ + +
uint16 NL3D::CBorderVertex::NeighborVertex +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file src/3d/zone.h. +

+Referenced by NL3D::CZoneTgtSmoother::makeVerticesCoplanar(), and serial().

+

+ + + + +
+ + +
uint16 NL3D::CBorderVertex::NeighborZoneId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file src/3d/zone.h. +

+Referenced by NL3D::CZoneTgtSmoother::makeVerticesCoplanar(), and serial().

+


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