VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
environmentalPointRecord.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 DtEnvironmentalPointRecord_H_
10 #define DtEnvironmentalPointRecord_H_
11 
12 
14 #include <matrix/vlVector.h>
15 
23 {
24 public:
27 
30  const DtEnvironmentalPointRecord& orig);
31 
34  const DtEnvironmentalPointRecord& orig);
35 
37  virtual ~DtEnvironmentalPointRecord();
38 
40  virtual DtEnvironmentalRecord* clone() const;
41 
43  virtual void setLocation(const DtVector& location);
44  virtual const DtVector& location() const;
45 
49  virtual bool createNetworkRepresentation();
50 
52  const DtNetEnvironmentalPointRecord* pointNetRep() const;
53  DtNetEnvironmentalPointRecord* pointNetRep();
54 
56  virtual void setFromNet(const DtNetEnvironmentalRecord& buffer, int protocolVersion);
57 
59  virtual int netRepSize() const;
60 
61 protected:
62 
64  DtEnvironmentalPointRecord* self() const;
65 
66 protected:
67 
69 };
70 
71 
72 #endif
73 
virtual int netRepSize() const
Returns the size of the network representation.
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
DtVector myLocation
Definition: environmentalPointRecord.h:68
Point 1 Geometry Record (EBV-DOC, 12.3.4.1)
Definition: envProcP.h:75
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
DtEnvironmentalPointRecord implements the Environmental geometry record type &quot;Point Record 1...
Definition: environmentalPointRecord.h:21
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 Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)