VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalDRRectangularVolumeRecord.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 DtEnvironmentalDRRectangularVolumeRecord_H_
10 #define DtEnvironmentalDRRectangularVolumeRecord_H_
11 
12 
14 
15 
22 {
23 public:
24 
27 
31 
35 
38 
40  virtual DtEnvironmentalRecord* clone() const;
41 
43  virtual void setCornerLocation(const DtVector& cornerLocation);
44  virtual const DtVector& cornerLocation() const;
45 
47  virtual void setExtent(const DtVector& extent);
48  virtual const DtVector& extent() const;
49 
51  virtual void setOrientation(const DtTaitBryan& orientation);
52  virtual const DtTaitBryan& orientation() const;
53 
55  virtual void setExtentVelocity(const DtVector& extentVelocity);
56  virtual const DtVector& extentVelocity() const;
57 
59  virtual void setVelocity(const DtVector& velocity);
60  virtual const DtVector& velocity() const;
61 
63  virtual void setAngularVelocity(const DtVector& angularVelocity);
64  virtual const DtVector& angularVelocity() const;
65 
67  virtual bool createNetworkRepresentation();
68 
70  const DtNetEnvironmentalDRRectangularVolumeRecord* drRectNetRep() const;
72 
74  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer, int protocolVersion);
75 
77  virtual int netRepSize() const;
78 
79 protected:
80 
83 
84 protected:
85 
89 
93 };
94 
95 
96 #endif
97 

Document ID: Generated on Mon Feb 6 18:36:34 EST 2017 from SVN revision 173107
Copyright © 2005-2016 VT MÄK. All Rights Reserved (www.mak.com)