VR-Link API Documentation for HLA 1516
 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-2025 MAK Technologies, Inc
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 
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
virtual DtEnvironmentalRecord * clone() const
Clone.
DtTaitBryans are used to represent orientation of an object, using a set of three Euler angles...
Definition: vlTaitBryan.h:43
Definition: vlVector.h:224
DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed...
Definition: environmentalGeometryRecord.h:22
This file declares DtTaitBryan.
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
Rectangular Volume 1 Geometry Record (EBV-DOC, 12.4.4.12)
Definition: envProcP.h:284
DtVector myCornerLocation
Definition: environmentalRectangularVolumeRecord.h:65
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
DtEnvironmentalRectangularVolumeRecord implements the Environmental geometry record type &quot;Rectangular...
Definition: environmentalRectangularVolumeRecord.h:21
DtVector myExtent
Definition: environmentalRectangularVolumeRecord.h:66
virtual void setFromNet(const DtNetEnvironmentalRecord &buffer, int protocolVersion)
used by the PDU class to fill in the network representation
virtual bool createNetworkRepresentation()
This doesn&#39;t need to be called explicitly.
const DtEnvironmentalGeometryRecord & operator=(const DtEnvironmentalGeometryRecord &orig)
Assignment Operator.
DtTaitBryan myOrientation
Definition: environmentalRectangularVolumeRecord.h:67

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)