VR-Link API Documentation for HLA 1.3
 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 
29 
32 
34 
35  virtual DtEnvironmentalRecord* clone() const;
36 
37  virtual void setCornerLocation(const DtVector& cornerLocation);
38  virtual const DtVector& cornerLocation() const;
39 
40  virtual void setExtent(const DtVector& extent);
41  virtual const DtVector& extent() const;
42 
43  virtual void setOrientation(const DtTaitBryan& orientation);
44  virtual const DtTaitBryan& orientation() const;
45 
46  virtual bool createNetworkRepresentation();
47 
49  const DtNetEnvironmentalRectangularVolumeRecord* rectNetRep() const;
51 
53  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer);
54 
55  virtual int netRepSize() const;
56 
57 protected:
58 
61 protected:
62 
66 };
67 
68 
69 #endif
70 

Document ID: Generated on Wed Jan 7 13:31:29 EST 2015 from SVN revision 149162
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)