VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hazeStruct.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  DtHazeStruct();
27  ~DtHazeStruct();
28  DtHazeStruct(const DtHazeStruct& orig);
29  DtHazeStruct(const DtNetHazeStruct& orig);
30  DtHazeStruct& operator=(const DtHazeStruct& orig);
31  DtHazeStruct& operator=(const DtNetHazeStruct& orig);
32 
33  virtual void setType(const DtInt32& val);
34  virtual const DtInt32& type() const;
35  virtual void setDensity(const DtFloat32& val);
36  virtual const DtFloat32& density() const;
37 
38  bool operator==(const DtHazeStruct& other) const;
39  bool operator!=(const DtHazeStruct& 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 DtHazeStruct&);
58 
59 
Contains the DtEntityIdentifier class declaration.
Definition: netStructs.h:327
const bool operator==(const DtU128 &lhs, const DtU128 &rhs)
#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)
This file contains typedefs used to represent objects in a protocol neutral way.
DtInt32 myType
Definition: hazeStruct.h:53
This file declares DtVector and DtVector32.
Definition: hazeStruct.h:23
DtFloat32 myDensity
Definition: hazeStruct.h:54
const bool operator!=(const DtU128 &lhs, const DtU128 &rhs)
long int DtInt32
A 32 bit integer value.
Definition: vlMachineTypes.h:156
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)