VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
iceStruct.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 
19 
21 
24 {
25 public:
26  DtIceStruct();
27  ~DtIceStruct();
28  DtIceStruct(const DtIceStruct& orig);
29  DtIceStruct(const DtNetIceStruct& orig);
30  DtIceStruct& operator=(const DtIceStruct& orig);
31  DtIceStruct& operator=(const DtNetIceStruct& orig);
32 
33  virtual void setType(const DtInt16& val);
34  virtual const DtInt16& type() const;
35  virtual void setThickness(const DtFloat32& val);
36  virtual const DtFloat32& thickness() const;
37  virtual void setCoverage(const DtFloat32& val);
38  virtual const DtFloat32& coverage() const;
39 
40  bool operator==(const DtIceStruct& other) const;
41  bool operator!=(const DtIceStruct& 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:
57 };
58 
59 DT_DLL_VL std::ostream& operator<<(std::ostream& stream, const DtIceStruct&);
60 
61 
Contains the DtEntityIdentifier class declaration.
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
Definition: netStructs.h:383
#define DT_DLL_VL
Definition: vlMachineTypes.h:108
Contains the DtString class declaration.
Contains the DtEntityType and DtRadioEntityType class declarations.
std::ostream & operator<<(std::ostream &os, const Dt3dChord &chord)
Definition: iceStruct.h:23
This file contains typedefs used to represent objects in a protocol neutral way.
This file declares DtVector and DtVector32.
DtFloat32 myThickness
Definition: iceStruct.h:55
DtFloat32 myCoverage
Definition: iceStruct.h:56
DtInt16 myType
Definition: iceStruct.h:54
short int DtInt16
A sixteen bit integer value.
Definition: vlMachineTypes.h:206
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
This file contains typedefs for machine dependant types.

Document ID: Generated on Thu Sep 19 02:12:35 EDT 2024 from SVN revision 269601
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)