VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
snowStruct.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  DtSnowStruct();
27  ~DtSnowStruct();
28  DtSnowStruct(const DtSnowStruct& orig);
29  DtSnowStruct& operator=(const DtSnowStruct& orig);
30 
31  virtual void setDepth(const DtFloat32& val);
32  virtual const DtFloat32& depth() const;
33  virtual void setDensity(const DtFloat32& val);
34  virtual const DtFloat32& density() const;
35 
36  bool operator==(const DtSnowStruct& other) const;
37  bool operator!=(const DtSnowStruct& other) const;
38 
39  int netSize() const;
40  static int octetBoundary();
41  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
42 
43  void writeToBuffer( char* buffer ) const;
44  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
45 
46  virtual void printData() const;
47  virtual void printDataToStream(std::ostream &) const;
48 
49 protected:
50 
53 };
54 
55 DT_DLL_METOC std::ostream& operator<<(std::ostream& stream, const DtSnowStruct&);
56 
57 } //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)
float DtFloat32
Definition: vrvControlStructTypes.h:35
Definition: snowStruct.h:23
DtFloat32 myDensity
Definition: snowStruct.h:52
voidpf stream
Definition: ioapi.h:39
DT_DLL_terrainCS bool operator!=(const DtDegMinSec &lhs, const DtDegMinSec &rhs)
DtFloat32 myDepth
Definition: snowStruct.h:51
voidpf uLong offset
Definition: ioapi.h:42

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)