VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
8 #include "vrfMetocDefines.h"
9 #include "metocEnums.h"
10 #include <vlutil/vlMachineTypes.h>
11 #include <matrix/vlVector.h>
12 #include <vl/globalObjectDesignator.h>
13 #include <vlpi/entityType.h>
14 #include <vlpi/entityIdentifier.h>
15 #include <vlutil/vlString.h>
16 #include <vector>
17 #include "geodeticLocation.h"
18 namespace makVrfMetoc {
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 
37  int netSize() const;
38  static int octetBoundary();
39  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary, unsigned int hint = 1) const;
40 
41  void writeToBuffer( char* buffer ) const;
42  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
43 
44  virtual void printData() const;
45 
46  virtual void printDataToStream(std::ostream &) const;
47 
48 protected:
49 
50  std::vector<DtGeodeticLocation> myGeodeticPolygon;
51 };
52 
53 DT_DLL_METOC std::ostream& operator<<(std::ostream& stream, const DtGeodeticPolygon&);
54 } //end makVrfMetoc
#define DT_DLL_METOC
This file is used to determine how to build.
Definition: vrfMetocDefines.h:21
DT_DLL_METOC std::ostream & operator<<(std::ostream &stream, const DtCloudStruct &)
Definition: geodeticPolygon.h:22
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
std::vector< DtGeodeticLocation > myGeodeticPolygon
Definition: geodeticPolygon.h:50
voidpf stream
Definition: ioapi.h:39
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
voidpf uLong offset
Definition: ioapi.h:42

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)