VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
geodeticQuadrangle.h
Go to the documentation of this file.
1 /*********************************************************************
2 **This file was generated by MAK Technologies' VR-Link Code Generator.
3 **fixedRecordsHeader.tlt
4 *********************************************************************/
5 
6 #pragma once
7 
8 #include "vrfMetocDefines.h"
9 #include "metocEnums.h"
10 #include <vlutil/vlMachineTypes.h>
11 #include <vlutil/vlString.h>
12 #include <vl/globalObjectDesignator.h>
13 #include <vlpi/entityType.h>
14 #include <vlpi/entityIdentifier.h>
15 #include <matrix/vlVector.h>
16 #include <vector>
17 
18 #include "geodeticLocation.h"
19  namespace makVrfMetoc {
20 
22 
25 {
26 public:
30  DtGeodeticQuadrangle& operator=(const DtGeodeticQuadrangle& orig);
31 
32  virtual void setPoint1(const DtGeodeticLocation& val);
33  virtual const DtGeodeticLocation& point1() const;
34  virtual void setPoint2(const DtGeodeticLocation& val);
35  virtual const DtGeodeticLocation& point2() const;
36 
37  bool operator==(const DtGeodeticQuadrangle& other) const;
38  bool operator!=(const DtGeodeticQuadrangle& other) const;
39 
40  int netSize() const;
41  static int octetBoundary();
42  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
43 
44  void writeToBuffer( char* buffer ) const;
45  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
46 
47  virtual void printData() const;
48  virtual void printDataToStream(std::ostream &) const;
49 
50 protected:
51 
54 };
55 
56 DT_DLL_METOC std::ostream& operator<<(std::ostream& stream, const DtGeodeticQuadrangle&);
57 
58 } //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 &)
DT_DLL_terrainCS bool operator==(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
Definition: geodeticLocation.h:23
Definition: geodeticQuadrangle.h:24
voidpf stream
Definition: ioapi.h:39
DtGeodeticLocation myPoint2
Definition: geodeticQuadrangle.h:53
DtGeodeticLocation myPoint1
Definition: geodeticQuadrangle.h:52
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
voidpf uLong offset
Definition: ioapi.h:42

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)