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

NL3D::CPSLocated::CPostNewElementRequestInfo Struct Reference

#include <ps_located.h> +

+


Detailed Description

+used internally to record the request of creation of new posted located +

+ +

+Definition at line 679 of file ps_located.h. + + + + + + + + + + + +

Public Member Functions

 CPostNewElementRequestInfo (const NLMISC::CVector &pos=NLMISC::CVector::Null, const NLMISC::CVector &speed=NLMISC::CVector::Null)
void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Data Fields

NLMISC::CVector _Pos
NLMISC::CVector _Speed
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NL3D::CPSLocated::CPostNewElementRequestInfo::CPostNewElementRequestInfo const NLMISC::CVector pos = NLMISC::CVector::Null,
const NLMISC::CVector speed = NLMISC::CVector::Null
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 687 of file ps_located.h. +

+

00687 : _Pos(pos), _Speed(speed) {}           
+
+


Member Function Documentation

+

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

+ +

+Definition at line 683 of file ps_located.h. +

+

00684                 {
+00685                         f.serial(_Pos, _Speed);
+00686                 }                       
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CPSLocated::CPostNewElementRequestInfo::_Pos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 681 of file ps_located.h.

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CPSLocated::CPostNewElementRequestInfo::_Speed +
+
+ + + + + +
+   + + +

+ +

+Definition at line 682 of file ps_located.h.

+


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