VR-Link API Documentation for HLA 4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
subsurfaceLayerRecordP.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2025 MAK Technologies, Inc
3 ** All rights reserved.
4 *********************************************************************/
5 
9 
10 #pragma once
11 
13 #include <vlpi/netStructs.h>
14 
15 
16 // Subsurface Layer Record
18 {
19  bool operator==(const DtNetSubsurfaceLayerRecord& rhs) const
20  {
22  && (myLayerStruct == rhs.myLayerStruct)
24  && (mySalinity == rhs.mySalinity)
25  && (myBottomType == rhs.myBottomType)
26  && (myPermeability == rhs.myPermeability);
27  }
28  bool operator!=(const DtNetSubsurfaceLayerRecord& rhs) const
29  {
30  return !operator==(rhs);
31  }
32 
38 
40 
DtNetFloat32 myPermeability
Definition: subsurfaceLayerRecordP.h:37
DtNetSubsurfaceLayerRecord DtNetSubsurfaceLayerRecord
Definition: metocLayerRecordP.h:17
Network-order unsigned 32-bit quantity.
Definition: vlNetTypes.h:99
DtNetFloat32 mySalinity
Definition: subsurfaceLayerRecordP.h:35
DtNetLayerStruct myLayerStruct
Definition: subsurfaceLayerRecordP.h:33
bool operator!=(const DtNetSubsurfaceLayerRecord &rhs) const
Definition: subsurfaceLayerRecordP.h:28
bool operator==(const DtNetMetocLayerRecord &rhs) const
Definition: metocLayerRecordP.h:19
bool operator==(const DtNetSubsurfaceLayerRecord &rhs) const
Definition: subsurfaceLayerRecordP.h:19
This file declares DtNetMetocLayerRecord which is a base class for all other NETN METOC Layer records...
Definition: subsurfaceLayerRecordP.h:17
Network-order 32-bit IEEE-754 floating-point quantity.
Definition: vlNetTypes.h:148
DtNetWaterCurrentStruct myCurrentStruct
Definition: subsurfaceLayerRecordP.h:34
Definition: netStructs.h:345
Definition: netStructs.h:421
DtNetU32 myBottomType
Definition: subsurfaceLayerRecordP.h:36

Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (www.mak.com)