#include <pihm.h>
Data Fields | |
| int | index |
| River Shape Type Number. | |
| realtype | width |
| realtype | depth |
| realtype | bed |
| int | interpOrd |
| realtype | coeff |
Definition at line 206 of file pihm.h.
| realtype river_shape_type::width |
| realtype river_shape_type::depth |
| realtype river_shape_type::bed |
Interpolation order for river shape: Order= 1 (rectangle), 2(triangle), 3(quadratic) and 4(cubic)
Definition at line 215 of file pihm.h.
Referenced by printRiverFlow(), and printRiverFlowcdf().
| realtype river_shape_type::coeff |
Coefficient c in D = c*B/2
Definition at line 217 of file pihm.h.
Referenced by printRiverFlow(), and printRiverFlowcdf().
1.5.2