VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
29 class DT_DLL_VL DtLeEntityLinearVelocity
30 {
31 
32 public:
33 
35  DtLeEntityLinearVelocity();
36  DtLeEntityLinearVelocity(const DtLeEntityLinearVelocity& orig);
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 
75  DtU16 myX;
76  DtU16 myY;
77  DtU16 myZ;
78 
79 };
80 
81 #endif
82 #endif
83 

Document ID: Generated on Fri May 15 06:36:13 EDT 2015 from SVN revision 153263
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)