| Ecological Landscape Modeling: Models Pages |
#include <watmgmt.h>

Data Fields | |
| float | x0 |
| float | y0 |
| float | x1 |
| float | y1 |
| struct Chan_segm * | next_segm |
Definition at line 81 of file watmgmt.h.
| float Chan_segm::x0 |
| float Chan_segm::y0 |
| float Chan_segm::x1 |
| float Chan_segm::y1 |
UTM coordinates of beginning and end of canal reach segment (segment is defined by 2 points)
Definition at line 83 of file watmgmt.h.
Referenced by Channel_configure(), and ReadChanStruct().
struct Chan_segm* Chan_segm::next_segm [read] |
pointer to next segment that comprises a canal reach
Definition at line 84 of file watmgmt.h.
Referenced by Channel_configure(), and ReadChanStruct().
1.5.6