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

NL3D::CMiniCol::CZoneIdent Struct Reference

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

Public Member Functions

 CZoneIdent ()
bool operator< (const CZoneIdent &z) const

Data Fields

sint NPatchInserted
std::vector< CPatchIdentPatchs
CBSphere Sphere
sint ZoneId
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CMiniCol::CZoneIdent::CZoneIdent  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 128 of file mini_col.h. +

+References NPatchInserted. +

+

00128 {NPatchInserted= 0;}
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CMiniCol::CZoneIdent::operator< const CZoneIdent z  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 129 of file mini_col.h. +

+References z. +

+

00129 {return ZoneId<z.ZoneId;}
+
+


Field Documentation

+

+ + + + +
+ + +
sint NL3D::CMiniCol::CZoneIdent::NPatchInserted +
+
+ + + + + +
+   + + +

+ +

+Definition at line 125 of file mini_col.h. +

+Referenced by CZoneIdent(), NL3D::CMiniCol::removeZone(), and NL3D::CMiniCol::setCenter().

+

+ + + + +
+ + +
std::vector<CPatchIdent> NL3D::CMiniCol::CZoneIdent::Patchs +
+
+ + + + + +
+   + + +

+ +

+Definition at line 126 of file mini_col.h. +

+Referenced by NL3D::CMiniCol::addZone(), NL3D::CMiniCol::removeZone(), and NL3D::CMiniCol::setCenter().

+

+ + + + +
+ + +
CBSphere NL3D::CMiniCol::CZoneIdent::Sphere +
+
+ + + + + +
+   + + +

+ +

+Definition at line 124 of file mini_col.h. +

+Referenced by NL3D::CMiniCol::addZone(), and NL3D::CMiniCol::setCenter().

+

+ + + + +
+ + +
sint NL3D::CMiniCol::CZoneIdent::ZoneId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 123 of file mini_col.h. +

+Referenced by NL3D::CMiniCol::addZone(), NL3D::CMiniCol::removeZone(), and NL3D::CMiniCol::setCenter().

+


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