Jpp  master_rocky-37-gf0c5bc59d
the software that should make you happy
Public Member Functions | Public Attributes | List of all members
JAANET::depth Struct Reference

Depth. More...

#include <JHead.hh>

Public Member Functions

 depth ()
 Default constructor. More...
 
bool match (const depth &object) const
 Test match. More...
 
 ClassDefNV (depth, 1)
 

Public Attributes

double z
 Sea bottom [m]. More...
 

Detailed Description

Depth.

Definition at line 980 of file JHead.hh.

Constructor & Destructor Documentation

◆ depth()

JAANET::depth::depth ( )
inline

Default constructor.

Definition at line 984 of file JHead.hh.

984  :
985  z(0)
986  {}
double z
Sea bottom [m].
Definition: JHead.hh:999

Member Function Documentation

◆ match()

bool JAANET::depth::match ( const depth object) const
inline

Test match.

Parameters
objectsea bottom
Returns
true if matches; else false

Definition at line 994 of file JHead.hh.

995  {
996  return (z == object.z);
997  }

◆ ClassDefNV()

JAANET::depth::ClassDefNV ( depth  ,
 
)

Member Data Documentation

◆ z

double JAANET::depth::z

Sea bottom [m].

Definition at line 999 of file JHead.hh.


The documentation for this struct was generated from the following file: