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

NL3D::CZoneCornerSmoother::CVertexSmoothInfo Struct Reference

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

Public Member Functions

 CVertexSmoothInfo ()

Data Fields

uint NPatchShared
bool Smoothed
bool VertexOnBind
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CZoneCornerSmoother::CVertexSmoothInfo::CVertexSmoothInfo  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file zone_corner_smoother.h. +

+References NPatchShared, Smoothed, and VertexOnBind. +

+

00082                 {
+00083                         NPatchShared= 0;
+00084                         VertexOnBind= false;
+00085                         // by default smoothed is true. any edge which don't agree will set it to false.
+00086                         Smoothed= true;
+00087                 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint NL3D::CZoneCornerSmoother::CVertexSmoothInfo::NPatchShared +
+
+ + + + + +
+   + + +

+ +

+Definition at line 77 of file zone_corner_smoother.h. +

+Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex().

+

+ + + + +
+ + +
bool NL3D::CZoneCornerSmoother::CVertexSmoothInfo::Smoothed +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex().

+

+ + + + +
+ + +
bool NL3D::CZoneCornerSmoother::CVertexSmoothInfo::VertexOnBind +
+
+ + + + + +
+   + + +

+ +

+Definition at line 78 of file zone_corner_smoother.h. +

+Referenced by NL3D::CZoneCornerSmoother::computeAllCornerSmoothFlags(), CVertexSmoothInfo(), and NL3D::CZoneCornerSmoother::updateVertex().

+


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