Ecological Landscape Modeling: Models Pages

Cells Struct Reference

#include <watmgmt.h>

Collaboration diagram for Cells:

Collaboration graph
[legend]

Data Fields

int x
int y
int ind
float length
float reachElev
float reachDistDown
struct Cellsnext_cell

Detailed Description

Defines the cells adjacent to a canal

Definition at line 138 of file watmgmt.h.


Field Documentation

int Cells::x

row of the cell

Definition at line 140 of file watmgmt.h.

Referenced by FluxChannel(), getCanalElev(), and MarkCell().

int Cells::y

column of the cell

Definition at line 141 of file watmgmt.h.

Referenced by FluxChannel(), getCanalElev(), and MarkCell().

cell index = 1 for left cells and -1 for right cells

Definition at line 142 of file watmgmt.h.

Referenced by FluxChannel(), and MarkCell().

length (m) of canal reach associated with this cell

Definition at line 143 of file watmgmt.h.

Referenced by MarkCell().

elevation (m) of canal reach at location associated with this cell

Definition at line 144 of file watmgmt.h.

Referenced by FluxChannel(), and getCanalElev().

from the beginning point of reach, the cumulative distance (m) of canal reach associated with this cell

Definition at line 145 of file watmgmt.h.

Referenced by getCanalElev(), and MarkCell().

struct Cells* Cells::next_cell [read]

next pair of cells adjacent to the canal

Definition at line 146 of file watmgmt.h.

Referenced by Channel_configure(), FluxChannel(), getCanalElev(), and MarkCell().


The documentation for this struct was generated from the following file:

Generated on Sat Jan 7 14:04:55 2012 for ELM source code by  doxygen 1.5.6