VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalDRPointRecord.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 1992-2010 MAK Technologies, Inc
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #ifndef DtEnvironmentalDRPointRecord_H_
10 #define DtEnvironmentalDRPointRecord_H_
11 
12 
14 #include <matrix/vlVector.h>
15 
16 
23 {
24 public:
25 
28 
31  const DtEnvironmentalDRPointRecord& orig);
32 
35  const DtEnvironmentalDRPointRecord& orig);
36 
39 
41  virtual DtEnvironmentalRecord* clone() const;
42 
44  virtual void setLocation(const DtVector& location);
45  virtual const DtVector& location() const;
46 
48  virtual void setVelocity(const DtVector& velocity);
49  virtual const DtVector& velocity() const;
50 
54  virtual bool createNetworkRepresentation();
55 
57  const DtNetEnvironmentalDRPointRecord* drPointNetRep() const;
58  DtNetEnvironmentalDRPointRecord* drPointNetRep();
59 
61  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer, int protocolVersion);
62 
64  virtual int netRepSize() const;
65 
66 protected:
67 
69  DtEnvironmentalDRPointRecord* self() const;
70 
71 protected:
72 
75 };
76 
77 
78 #endif
79 
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtEnvironmentalDRPointRecord implements the Environmental geometry record type &quot;Point Record 2...
Definition: environmentalDRPointRecord.h:21
DtVector myVelocity
Definition: environmentalDRPointRecord.h:74
virtual DtEnvironmentalRecord * clone() const
Clone.
This file declares DtVector and DtVector32.
Definition: vlVector.h:224
DtEnvironmentalGeometryRecord provides a common base class for all environmental geometry (as opposed...
Definition: environmentalGeometryRecord.h:22
DtNetEnvironmentalRecord is the network structure for the environmental process PDU record header (de...
Definition: envProcP.h:34
Point 2 Geometry Record - Dead Reckoned (EBV-DOC, 12.3.4.2)
Definition: envProcP.h:88
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
DtVector myLocation
Definition: environmentalDRPointRecord.h:73
virtual bool createNetworkRepresentation()
This doesn&#39;t need to be called explicitly.
const DtEnvironmentalGeometryRecord & operator=(const DtEnvironmentalGeometryRecord &orig)
Assignment Operator.

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)