VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalConeRecord.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 DtEnvironmentalConeRecord_H_
10 #define DtEnvironmentalConeRecord_H_
11 
12 
14 #include <matrix/vlTaitBryan.h>
15 
16 
23 {
24 public:
25 
28 
31  const DtEnvironmentalConeRecord& orig);
32 
35  const DtEnvironmentalConeRecord& orig);
36 
38  virtual ~DtEnvironmentalConeRecord();
39 
41  virtual DtEnvironmentalRecord* clone() const;
42 
44  virtual void setLocation(const DtVector& location);
45  virtual const DtVector& location() const;
46 
48  virtual void setOrientation(const DtTaitBryan& orientation);
49  virtual const DtTaitBryan& orientation() const;
50 
52  virtual void setHeight(DtFloat32 height);
53  virtual DtFloat32 height() const;
54 
56  virtual void setPeakAngle(DtFloat32 peakAngle);
57  virtual DtFloat32 peakAngle() const;
58 
60  virtual bool createNetworkRepresentation();
61 
63  const DtNetEnvironmentalConeRecord* coneNetRep() const;
64  DtNetEnvironmentalConeRecord* coneNetRep();
65 
67  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer, int protocolVersion);
68 
70  virtual int netRepSize() const;
71 
72 protected:
73 
75  DtEnvironmentalConeRecord* self() const;
76 
77 protected:
78 
81 };
82 
83 
84 #endif
85 
virtual int netRepSize() const
Returns the size of the network representation.
DtEnvironmentalConeRecord implements the Environmental geometry record type &quot;Cone Record 1...
Definition: environmentalConeRecord.h:21
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtTaitBryan myOrientation
Definition: environmentalConeRecord.h:80
DtVector myLocation
Definition: environmentalConeRecord.h:79
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.
Cone 1 Geometry Record (EBV-DOC, 12.4.4.10)
Definition: envProcP.h:229
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
DtEnvironmentalRecord is the base class from which all geometry and state environmental records are d...
Definition: environmentalRecord.h:22
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.

Document ID: Generated on Tue Feb 2 21:02:17 EST 2021 from SVN revision 223668
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)