Jpp  17.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JAANET::seabottom Struct Reference

The bottom of the sea. More...

#include <JHead.hh>

Public Member Functions

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

Public Attributes

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

Detailed Description

The bottom of the sea.

Definition at line 937 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::seabottom::seabottom ( )
inline

Default constructor.

Definition at line 941 of file JHead.hh.

941  :
942  z(0)
943  {}
double z
Sea bottom [m].
Definition: JHead.hh:956

Member Function Documentation

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

Test match.

Parameters
objectsea bottom
Returns
true if matches; else false

Definition at line 951 of file JHead.hh.

952  {
953  return (z == object.z);
954  }
double z
Sea bottom [m].
Definition: JHead.hh:956
JAANET::seabottom::ClassDefNV ( seabottom  ,
 
)

Member Data Documentation

double JAANET::seabottom::z

Sea bottom [m].

Definition at line 956 of file JHead.hh.


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