VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
waveStruct.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  DtWaveStruct();
27  ~DtWaveStruct();
28  DtWaveStruct(const DtWaveStruct& orig);
29  DtWaveStruct& operator=(const DtWaveStruct& orig);
30 
31  virtual void setLength(const DtFloat32& val);
32  virtual const DtFloat32& length() const;
33  virtual void setHeight(const DtFloat32& val);
34  virtual const DtFloat32& height() const;
35  virtual void setPeriod(const DtInt32& val);
36  virtual const DtInt32& period() const;
37  virtual void setDirection(const DtFloat32& val);
38  virtual const DtFloat32& direction() const;
39 
40  bool operator==(const DtWaveStruct& other) const;
41  bool operator!=(const DtWaveStruct& other) const;
42 
43  int netSize() const;
44  static int octetBoundary();
45  unsigned int getPaddingSize(unsigned long long byteOffset, unsigned int boundary) const;
46 
47  void writeToBuffer( char* buffer ) const;
48  void fillFromBuffer( const char* buffer, int bufferSize, int offset );
49 
50  virtual void printData() const;
51  virtual void printDataToStream(std::ostream &) const;
52 
53 protected:
54 
59 };
60 
61 DT_DLL_METOC std::ostream& operator<<(std::ostream& stream, const DtWaveStruct&);
62 
63 } //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 myDirection
Definition: waveStruct.h:58
float DtFloat32
Definition: vrvControlStructTypes.h:35
int DtInt32
Definition: vrvControlStructTypes.h:31
DtFloat32 myHeight
Definition: waveStruct.h:56
voidpf stream
Definition: ioapi.h:39
Definition: waveStruct.h:23
DtFloat32 myLength
Definition: waveStruct.h:55
DtInt32 myPeriod
Definition: waveStruct.h:57
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)