From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/classNL3D_1_1CZoneTgtSmoother.html | 251 +++++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 docs/doxygen/nel/classNL3D_1_1CZoneTgtSmoother.html (limited to 'docs/doxygen/nel/classNL3D_1_1CZoneTgtSmoother.html') diff --git a/docs/doxygen/nel/classNL3D_1_1CZoneTgtSmoother.html b/docs/doxygen/nel/classNL3D_1_1CZoneTgtSmoother.html new file mode 100644 index 00000000..a40c5a08 --- /dev/null +++ b/docs/doxygen/nel/classNL3D_1_1CZoneTgtSmoother.html @@ -0,0 +1,251 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NL3D::CZoneTgtSmoother Class Reference

A class used to make Vertices coplanar IN or/and across zones. +More... +

+#include <zone_tgt_smoother.h> +

+List of all members. + + + + + + + + + + +

Public Methods

 CZoneTgtSmoother ()
 Constructor. More...

void makeVerticesCoplanar (std::vector< CZoneInfo > &zones)
 Doit method. zones are modified. zones[0] is the center zones. Other are border zones. More...


Private Types

typedef std::map< sint, CVertexInfoTVertexMap
typedef TVertexMap::iterator ItVertexMap

Private Attributes

TVertexMap VertexMap
+


Detailed Description

+A class used to make Vertices coplanar IN or/and across zones. +

+

+Author:
+Lionel Berenguier , Nevrax France
+Date:
+2000
+

+ +

+Definition at line 48 of file zone_tgt_smoother.h.


Member Typedef Documentation

+

+ + + + +
+ + +
typedef TVertexMap::iterator NL3D::CZoneTgtSmoother::ItVertexMap [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 109 of file zone_tgt_smoother.h. +

+Referenced by makeVerticesCoplanar.

+

+ + + + +
+ + +
typedef std::map<sint, CVertexInfo> NL3D::CZoneTgtSmoother::TVertexMap [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 108 of file zone_tgt_smoother.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CZoneTgtSmoother::CZoneTgtSmoother   [inline]
+
+ + + + + +
+   + + +

+Constructor. +

+ +

+Definition at line 53 of file zone_tgt_smoother.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CZoneTgtSmoother::makeVerticesCoplanar std::vector< CZoneInfo > &   zones
+
+ + + + + +
+   + + +

+Doit method. zones are modified. zones[0] is the center zones. Other are border zones. +

+ +

+Definition at line 39 of file zone_tgt_smoother.cpp. +

+References ItVertexMap, nlassert, nlinfo, and VertexMap.

+


Member Data Documentation

+

+ + + + +
+ + +
TVertexMap NL3D::CZoneTgtSmoother::VertexMap [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 112 of file zone_tgt_smoother.h. +

+Referenced by makeVerticesCoplanar.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1