VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalDRPointRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef DtEnvironmentalDRPointRecord_H_
10 #define DtEnvironmentalDRPointRecord_H_
11 
12 
14 #include <matrix/vlVector.h>
15 
16 
23 {
24 public:
25 
28 
31  const DtEnvironmentalDRPointRecord& orig);
32 
35  const DtEnvironmentalDRPointRecord& orig);
36 
39 
41  virtual DtEnvironmentalRecord* clone() const;
42 
44  virtual void setLocation(const DtVector& location);
45  virtual const DtVector& location() const;
46 
48  virtual void setVelocity(const DtVector& velocity);
49  virtual const DtVector& velocity() const;
50 
54  virtual bool createNetworkRepresentation();
55 
57  const DtNetEnvironmentalDRPointRecord* drPointNetRep() const;
58  DtNetEnvironmentalDRPointRecord* drPointNetRep();
59 
61  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer, int protocolVersion);
62 
64  virtual int netRepSize() const;
65 
66 protected:
67 
69  DtEnvironmentalDRPointRecord* self() const;
70 
71 protected:
72 
75 };
76 
77 
78 #endif
79 

Document ID: Generated on Thu Feb 22 04:26:36 EST 2018 from SVN revision 186468
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)