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