VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalRectangularVolumeRecord.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 DtEnvironmentalRectangularVolumeRecord_H_
10 #define DtEnvironmentalRectangularVolumeRecord_H_
11 
12 
14 #include <matrix/vlTaitBryan.h>
15 
23 {
24 public:
26 
30 
33 
35 
36  virtual DtEnvironmentalRecord* clone() const;
37 
38  virtual void setCornerLocation(const DtVector& cornerLocation);
39  virtual const DtVector& cornerLocation() const;
40 
41  virtual void setExtent(const DtVector& extent);
42  virtual const DtVector& extent() const;
43 
44  virtual void setOrientation(const DtTaitBryan& orientation);
45  virtual const DtTaitBryan& orientation() const;
46 
47  virtual bool createNetworkRepresentation();
48 
50  const DtNetEnvironmentalRectangularVolumeRecord* rectNetRep() const;
52 
54  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer, int protocolVersion);
55 
56  virtual int netRepSize() const;
57 
58 protected:
59 
62 
63 protected:
64 
68 };
69 
70 
71 #endif
72 

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)