VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cloudStruct.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  namespace makVrfMetoc {
19 
21 
24 {
25 public:
26  DtCloudStruct();
27  ~DtCloudStruct();
28  DtCloudStruct(const DtCloudStruct& orig);
29  DtCloudStruct& operator=(const DtCloudStruct& orig);
30 
31  virtual void setType(const DtInt32& val);
32  virtual const DtInt32& type() const;
33  virtual void setCoverage(const DtFloat32& val);
34  virtual const DtFloat32& coverage() const;
35  virtual void setDensity(const DtFloat32& val);
36  virtual const DtFloat32& density() const;
37 
38  bool operator==(const DtCloudStruct& other) const;
39  bool operator!=(const DtCloudStruct& 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 
56 };
57 
58 DT_DLL_METOC std::ostream& operator<<(std::ostream& stream, const DtCloudStruct&);
59 
60 } //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)
DtFloat32 myCoverage
Definition: cloudStruct.h:54
float DtFloat32
Definition: vrvControlStructTypes.h:35
int DtInt32
Definition: vrvControlStructTypes.h:31
DtFloat32 myDensity
Definition: cloudStruct.h:55
DtInt32 myType
Definition: cloudStruct.h:53
Definition: cloudStruct.h:23
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 Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)