Jpp  18.0.0-rc.1
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::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 967 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::depth::depth ( )
inline

Default constructor.

Definition at line 971 of file JHead.hh.

971  :
972  z(0)
973  {}
double z
Sea bottom [m].
Definition: JHead.hh:986

Member Function Documentation

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

Test match.

Parameters
objectsea bottom
Returns
true if matches; else false

Definition at line 981 of file JHead.hh.

982  {
983  return (z == object.z);
984  }
double z
Sea bottom [m].
Definition: JHead.hh:986
JAANET::depth::ClassDefNV ( depth  ,
 
)

Member Data Documentation

double JAANET::depth::z

Sea bottom [m].

Definition at line 986 of file JHead.hh.


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