VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
9 #include <vlpi/metocEnums.h>
10 #include <vlutil/vlMachineTypes.h>
11 #include <vlutil/vlString.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 
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  bool operator<(const DtGeodeticQuadrangle& other) const;
40 
41  int netSize() const;
42  static int octetBoundary();
43  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
44 
45  void writeToBuffer( char* buffer ) const;
46  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
47 
48  virtual void printData() const;
49  virtual void printDataToStream(std::ostream &) const;
50 
51 protected:
52 
55 };
56 
57 DT_DLL_VL std::ostream& operator<<(std::ostream& stream, const DtGeodeticQuadrangle&);
58 
59 
Contains the DtEntityIdentifier class declaration.
Definition: geodeticLocation.h:24
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
DtGeodeticLocation myPoint2
Definition: geodeticQuadrangle.h:54
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.
This file declares DtVector and DtVector32.
Definition: geodeticQuadrangle.h:24
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
DtGeodeticLocation myPoint1
Definition: geodeticQuadrangle.h:53
const bool operator<(const DtU128 &lhs, const DtU128 &rhs)
This file contains typedefs for machine dependant types.

Document ID: Generated on Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)