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

NL3D::CZone::CPatchConnect Struct Reference

#include <zone.h> +

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

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint16 BaseVertices [4]
CPatchInfo::CBindInfo BindEdges [4]
float ErrorSize
uint8 OldOrderS
uint8 OldOrderT
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CZone::CPatchConnect::serial NLMISC::IStream f  ) 
+
+ + + + + +
+   + + +

+ +

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

+References OldOrderS, OldOrderT, NLMISC::IStream::serial(), NLMISC::IStream::serialVersion(), uint, and NLMISC::IStream::xmlSerial(). +

+

00411 {
+00412         uint    ver= f.serialVersion(1);
+00413 
+00414         if (ver<1)
+00415                 f.serial(OldOrderS, OldOrderT, ErrorSize);
+00416         else
+00417                 f.serial(ErrorSize);
+00418         f.xmlSerial (BaseVertices[0], BaseVertices[1], BaseVertices[2], BaseVertices[3], "BASE_VERTICES");
+00419         f.xmlSerial (BindEdges[0], BindEdges[1], BindEdges[2], BindEdges[3], "BIND_EDGES");
+00420 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint16 NL3D::CZone::CPatchConnect::BaseVertices[4] +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CZone::build(), NL3D::CZone::compile(), NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), and NL3D::CZone::retrieve().

+

+ + + + +
+ + +
CPatchInfo::CBindInfo NL3D::CZone::CPatchConnect::BindEdges[4] +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CZone::bindPatch(), NL3D::CZone::build(), NL3D::CZone::buildBindInfo(), NL3D::CLandscape::checkZoneBinds(), NL3D::CZone::debugBinds(), NL3D::CZone::patchOnBorder(), and NL3D::CZone::retrieve().

+

+ + + + +
+ + +
float NL3D::CZone::CPatchConnect::ErrorSize +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CZone::build(), NL3D::CZone::compile(), and NL3D::CZone::retrieve().

+

+ + + + +
+ + +
uint8 NL3D::CZone::CPatchConnect::OldOrderS +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by serial().

+

+ + + + +
+ + +
uint8 NL3D::CZone::CPatchConnect::OldOrderT +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by serial().

+


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