Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JAANET::seabottom Struct Reference

The bottom of the sea. More...

#include <JHead.hh>

Public Member Functions

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

Public Attributes

double z
 Sea bottom [m].
 

Detailed Description

The bottom of the sea.

Definition at line 952 of file JHead.hh.

Constructor & Destructor Documentation

◆ seabottom()

JAANET::seabottom::seabottom ( )
inline

Default constructor.

Definition at line 956 of file JHead.hh.

956 :
957 z(0)
958 {}
double z
Sea bottom [m].
Definition JHead.hh:971

Member Function Documentation

◆ match()

bool JAANET::seabottom::match ( const seabottom & object) const
inline

Test match.

Parameters
objectsea bottom
Returns
true if matches; else false

Definition at line 966 of file JHead.hh.

967 {
968 return (z == object.z);
969 }

◆ ClassDefNV()

JAANET::seabottom::ClassDefNV ( seabottom ,
1  )

Member Data Documentation

◆ z

double JAANET::seabottom::z

Sea bottom [m].

Definition at line 971 of file JHead.hh.


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