#include <inflow_local.h>
Public Attributes | |
double * | x |
double * | depth |
double * | width |
double * | slope |
gint | len |
Definition at line 39 of file inflow_local.h.
double* Inflow_bathy_st::x |
Definition at line 41 of file inflow_local.h.
Referenced by inflow_deposit_sediment(), inflow_destroy_bathy_data(), inflow_erode_sediment(), inflow_set_bathy_data(), inflow_set_width(), inflow_update_bathy_data(), inflow_wrapper(), and inflow_write_output().
double* Inflow_bathy_st::depth |
Definition at line 42 of file inflow_local.h.
Referenced by inflow_destroy_bathy_data(), inflow_set_bathy_data(), inflow_update_bathy_data(), and inflow_write_output().
double* Inflow_bathy_st::width |
Definition at line 43 of file inflow_local.h.
Referenced by inflow_deposit_sediment(), inflow_destroy_bathy_data(), inflow_erode_sediment(), inflow_set_bathy_data(), inflow_set_width(), inflow_wrapper(), and inflow_write_output().
double* Inflow_bathy_st::slope |
Definition at line 44 of file inflow_local.h.
Referenced by inflow_destroy_bathy_data(), inflow_set_bathy_data(), inflow_update_bathy_data(), and inflow_wrapper().
gint Inflow_bathy_st::len |
Definition at line 45 of file inflow_local.h.
Referenced by inflow_deposit_sediment(), inflow_erode_sediment(), inflow_run_flood(), inflow_set_bathy_data(), inflow_set_width(), inflow_update_bathy_data(), inflow_wrapper(), inflow_write_output(), main(), and sed_inflow().