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

NL3D::CZoneSmoother::CZoneInfo Struct Reference

#include <zone_smoother.h> +

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

Public Member Functions

 CZoneInfo ()

Data Fields

std::vector< CPatchInfo > * Patchs
 A ptr on the array of patchs of the zone.

uint16 ZoneId
 Id of the zone.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CZoneSmoother::CZoneInfo::CZoneInfo  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 57 of file zone_smoother.h. +

+

00058                 {
+00059                         ZoneId= 0;
+00060                         Patchs= NULL;
+00061                 }
+
+


Field Documentation

+

+ + + + +
+ + +
std::vector<CPatchInfo>* NL3D::CZoneSmoother::CZoneInfo::Patchs +
+
+ + + + + +
+   + + +

+A ptr on the array of patchs of the zone. +

+ +

+Definition at line 55 of file zone_smoother.h. +

+Referenced by NL3D::CZoneSmoother::smoothTangents().

+

+ + + + +
+ + +
uint16 NL3D::CZoneSmoother::CZoneInfo::ZoneId +
+
+ + + + + +
+   + + +

+Id of the zone. +

+ +

+Definition at line 52 of file zone_smoother.h.

+


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