Jpp
 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 equals (const seabottom &object) const
 Equality. More...
 
 ClassDefNV (seabottom, 1)
 

Public Attributes

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

Detailed Description

The bottom of the sea.

Definition at line 622 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::seabottom::seabottom ( )
inline

Default constructor.

Definition at line 626 of file JHead.hh.

626  :
627  z(0)
628  {}
double z
Sea bottom [m].
Definition: JHead.hh:641

Member Function Documentation

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

Equality.

Parameters
objectcan
Returns
true if equals; else false

Definition at line 636 of file JHead.hh.

637  {
638  return (z == object.z);
639  }
double z
Sea bottom [m].
Definition: JHead.hh:641
JAANET::seabottom::ClassDefNV ( seabottom  ,
 
)

Member Data Documentation

double JAANET::seabottom::z

Sea bottom [m].

Definition at line 641 of file JHead.hh.


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