Public Attributes | |
double | angle |
The angle the stream leaves the hinge point from. | |
gint | i |
The x-index of the hinge point. | |
gint | j |
The y-index of the hinge point. | |
double | min_angle |
The minimum angle the steam can make. | |
double | max_angle |
The maximum angle the stream can make. | |
double | std_dev |
The standard deviation of stream avulsions. |
Definition at line 7 of file sed_river.c.
double Sed_riv_hinge::angle |
The angle the stream leaves the hinge point from.
Definition at line 9 of file sed_river.c.
Referenced by sed_river_hinge_copy(), and sed_river_hinge_new().
gint Sed_riv_hinge::i |
The x-index of the hinge point.
Definition at line 10 of file sed_river.c.
Referenced by sed_river_hinge_copy(), and sed_river_hinge_new().
gint Sed_riv_hinge::j |
The y-index of the hinge point.
Definition at line 11 of file sed_river.c.
Referenced by sed_river_hinge_copy(), and sed_river_hinge_new().
double Sed_riv_hinge::min_angle |
The minimum angle the steam can make.
Definition at line 12 of file sed_river.c.
Referenced by sed_river_hinge_copy(), and sed_river_hinge_new().
double Sed_riv_hinge::max_angle |
The maximum angle the stream can make.
Definition at line 13 of file sed_river.c.
Referenced by sed_river_hinge_copy(), and sed_river_hinge_new().
double Sed_riv_hinge::std_dev |
The standard deviation of stream avulsions.
Definition at line 14 of file sed_river.c.
Referenced by sed_river_hinge_copy(), and sed_river_hinge_new().