VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
geodeticPolygon.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **defineHLAvariableArrayHeader.tlt
4 *********************************************************************/
5 
6 #pragma once
7 
9 #include <vlpi/metocEnums.h>
10 #include <vlutil/vlMachineTypes.h>
11 #include <matrix/vlVector.h>
13 #include <vlpi/entityType.h>
14 #include <vlpi/entityIdentifier.h>
15 #include <vlutil/vlString.h>
16 #include <vector>
17 #include "geodeticLocation.h"
18 
19 
23 {
24 public:
28  DtGeodeticPolygon& operator=(const DtGeodeticPolygon& orig);
29 
30 
31  virtual void setGeodeticPolygon(const std::vector<DtGeodeticLocation>& val);
32  virtual const std::vector<DtGeodeticLocation>& geodeticPolygon() const;
33 
34  bool operator==(const DtGeodeticPolygon& other) const;
35  bool operator!=(const DtGeodeticPolygon& other) const;
36  bool operator<(const DtGeodeticPolygon& other) const;
37 
38  int netSize() const;
39  static int octetBoundary();
40  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary, unsigned int hint = 1) const;
41 
42  void writeToBuffer( char* buffer ) const;
43  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
44 
45  virtual void printData() const;
46 
47  virtual void printDataToStream(std::ostream &) const;
48 
49 protected:
50 
51  std::vector<DtGeodeticLocation> myGeodeticPolygon;
52 };
53 
54 DT_DLL_VL std::ostream& operator<<(std::ostream& stream, const DtGeodeticPolygon&);
55 
Contains the DtEntityIdentifier class declaration.
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
Contains the DtEntityType and DtRadioEntityType class declarations.
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
This file contains typedefs used to represent objects in a protocol neutral way.
std::vector< DtGeodeticLocation > myGeodeticPolygon
Definition: geodeticPolygon.h:51
This file declares DtVector and DtVector32.
Definition: geodeticPolygon.h:22
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
const bool operator<(const DtU128 &lhs, const DtU128 &rhs)
This file contains typedefs for machine dependant types.

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)