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

NL3D::CSegRemanence::CSampledPos Struct Reference

+ + + + + + + + + +

Public Member Functions

 CSampledPos (const NLMISC::CVector &pos=NLMISC::CVector::Null, float date=0.f)

Data Fields

NLMISC::CVector Pos
float SamplingDate
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NL3D::CSegRemanence::CSampledPos::CSampledPos const NLMISC::CVector pos = NLMISC::CVector::Null,
float  date = 0.f
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 138 of file seg_remanence.h. +

+References SamplingDate. +

+

00138                                                                                             : Pos(pos), SamplingDate(date)
+00139                 {
+00140                 }
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CSegRemanence::CSampledPos::Pos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 141 of file seg_remanence.h.

+

+ + + + +
+ + +
float NL3D::CSegRemanence::CSampledPos::SamplingDate +
+
+ + + + + +
+   + + +

+ +

+Definition at line 142 of file seg_remanence.h. +

+Referenced by CSampledPos().

+


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