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

NL3D::CRadiusPair Struct Reference

#include <ps_zone.h> +

+


Detailed Description

+a radius and its suare in the same struct +

+ +

+Definition at line 183 of file ps_zone.h. + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Data Fields

float R
float R2
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CRadiusPair::serial NLMISC::IStream f  )  throw (NLMISC::EStream) [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 187 of file ps_zone.h. +

+References R2. +

+

00188         {
+00189                 f.serial(R, R2);
+00190         }
+
+


Field Documentation

+

+ + + + +
+ + +
float NL3D::CRadiusPair::R +
+
+ + + + + +
+   + + +

+ +

+Definition at line 186 of file ps_zone.h. +

+Referenced by NL3D::CPSZoneDisc::newElement(), and NL3D::CPSZoneSphere::newElement().

+

+ + + + +
+ + +
float NL3D::CRadiusPair::R2 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 186 of file ps_zone.h. +

+Referenced by NL3D::CPSZoneDisc::newElement(), NL3D::CPSZoneSphere::newElement(), and serial().

+


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