VR-Link API Documentation for DIS
leEntityLinearVelocity.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: leEntityVel.h,v $ $Revision: 1.1 $
7 ** $State: Exp $
8 *********************************************************************/
9 
10 #ifndef DtLeEntityLinearVelocity_H_
11 #define DtLeEntityLinearVelocity_H_
12 
16 
17 #if DtDIS
18 
19 #include <vlutil/vlMachineTypes.h>
20 #include <vlpi/disEnums.h>
21 
22 #include "packets/leTspiP.h"
23 
28 
30 {
31 
32 public:
33 
37 
39  DtLeEntityLinearVelocity& operator=(
40  const DtLeEntityLinearVelocity& orig);
41  DtLeEntityLinearVelocity& operator=(
42  const DtNetLeEntityLinearVelocity& orig);
43 
45  virtual ~DtLeEntityLinearVelocity();
46 
48  virtual void setX(DtU16 value);
49  virtual DtU16 x() const;
50 
52  virtual void setY(DtU16 value);
53  virtual DtU16 y() const;
54 
56  virtual void setZ(DtU16 value);
57  virtual DtU16 z() const;
58 
60  virtual void print() const;
61 
63  virtual void printDataToStream(std::ostream& stream) const;
64 
66  virtual void unloadNetRecord(
67  const DtNetLeEntityLinearVelocity& record);
68  virtual void loadNetRecord(
69  DtNetLeEntityLinearVelocity& record) const;
70 
71 
72 protected:
73 
78 
79 };
80 
81 #endif
82 #endif
83 

Document ID: Generated on Wed Oct 23 22:25:48 EDT 2013 from SVN revision 132765
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)