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

Constructor & Destructor Documentation

JAANET::depth::depth ( )
inline

Default constructor.

Definition at line 895 of file JHead.hh.

895  :
896  z(0)
897  {}
double z
Sea bottom [m].
Definition: JHead.hh:910

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

906  {
907  return (z == object.z);
908  }
double z
Sea bottom [m].
Definition: JHead.hh:910
JAANET::depth::ClassDefNV ( depth  ,
 
)

Member Data Documentation

double JAANET::depth::z

Sea bottom [m].

Definition at line 910 of file JHead.hh.


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