Jpp  16.0.0-rc.2
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 964 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::depth::depth ( )
inline

Default constructor.

Definition at line 968 of file JHead.hh.

968  :
969  z(0)
970  {}
double z
Sea bottom [m].
Definition: JHead.hh:983

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 978 of file JHead.hh.

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

Member Data Documentation

double JAANET::depth::z

Sea bottom [m].

Definition at line 983 of file JHead.hh.


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