Ginan
Loading...
Searching...
No Matches
tide Class Reference

Implementation of the class to manage the tides. More...

Detailed Description

Implementation of the class to manage the tides.

Author
Sébastien Allgeyer
Date
26/2/21
Collaboration diagram for tide:

Public Member Functions

 tide ()
 
 tide (std::string name)
 
 ~tide ()
 
void set_name (std::string name)
 
void read ()
 
size_t get_nlon ()
 
size_t get_nlat ()
 
void fill_ReIm ()
 
float get_lat (size_t i)
 
float get_lon (size_t i)
 
float * get_lat_ptr ()
 
float * get_lon_ptr ()
 
float * get_lat_ptr_end ()
 
float * get_lon_ptr_end ()
 
double * get_in_ptr ()
 
double * get_out_ptr ()
 
double * get_in_ptr_end ()
 
double * get_out_ptr_end ()
 
std::string get_wave_name ()
 

Constructor & Destructor Documentation

◆ tide() [1/2]

tide::tide ( )
inline

◆ tide() [2/2]

tide::tide ( std::string name)

◆ ~tide()

tide::~tide ( )

Member Function Documentation

◆ fill_ReIm()

void tide::fill_ReIm ( )
Here is the caller graph for this function:

◆ get_in_ptr()

double * tide::get_in_ptr ( )
inline

◆ get_in_ptr_end()

double * tide::get_in_ptr_end ( )
inline
Here is the caller graph for this function:

◆ get_lat()

float tide::get_lat ( size_t i)
inline

◆ get_lat_ptr()

float * tide::get_lat_ptr ( )
inline

◆ get_lat_ptr_end()

float * tide::get_lat_ptr_end ( )
inline
Here is the caller graph for this function:

◆ get_lon()

float tide::get_lon ( size_t i)
inline

◆ get_lon_ptr()

float * tide::get_lon_ptr ( )
inline

◆ get_lon_ptr_end()

float * tide::get_lon_ptr_end ( )
inline
Here is the caller graph for this function:

◆ get_nlat()

size_t tide::get_nlat ( )
inline

◆ get_nlon()

size_t tide::get_nlon ( )
inline

◆ get_out_ptr()

double * tide::get_out_ptr ( )
inline
Here is the caller graph for this function:

◆ get_out_ptr_end()

double * tide::get_out_ptr_end ( )
inline

◆ get_wave_name()

std::string tide::get_wave_name ( )
inline

◆ read()

void tide::read ( )
Here is the caller graph for this function:

◆ set_name()

void tide::set_name ( std::string name)
Here is the caller graph for this function:

The documentation for this class was generated from the following files: