Implementation of the class to manage the tides.
More...
Implementation of the class to manage the tides.
- Author
- Sébastien Allgeyer
- Date
- 8/4/21
◆ loadGrid() [1/2]
◆ loadGrid() [2/2]
loadGrid::loadGrid |
( |
std::string | name | ) |
|
◆ ~loadGrid()
◆ get_lat()
float loadGrid::get_lat |
( |
size_t | i | ) |
|
|
inline |
◆ get_lat_ptr()
float * loadGrid::get_lat_ptr |
( |
| ) |
|
|
inline |
◆ get_lat_ptr_end()
float * loadGrid::get_lat_ptr_end |
( |
| ) |
|
|
inline |
◆ get_lon()
float loadGrid::get_lon |
( |
size_t | i | ) |
|
|
inline |
◆ get_lon_ptr()
float * loadGrid::get_lon_ptr |
( |
| ) |
|
|
inline |
◆ get_lon_ptr_end()
float * loadGrid::get_lon_ptr_end |
( |
| ) |
|
|
inline |
◆ get_nlat()
size_t loadGrid::get_nlat |
( |
| ) |
|
|
inline |
◆ get_nlon()
size_t loadGrid::get_nlon |
( |
| ) |
|
|
inline |
◆ get_nwave()
size_t loadGrid::get_nwave |
( |
| ) |
|
|
inline |
◆ get_wave_names()
std::vector< std::string > loadGrid::get_wave_names |
( |
| ) |
|
|
inline |
◆ interpolate()
float loadGrid::interpolate |
( |
int | itide, |
|
|
float | lon_, |
|
|
float | lat_ ) |
◆ read()
◆ set_name()
void loadGrid::set_name |
( |
std::string | name | ) |
|
The documentation for this class was generated from the following files: