| Ecological Landscape Modeling: Models Pages |
#include <globals.h>
Data Fields | |
| float ** | pfvar |
| const char * | pname |
| char | ctype |
Definition at line 118 of file globals.h.
| float** outVar_struct::pfvar |
Model variable data array. Note that this variable is not necessarily of type float; the model arrays are floats, doubles, and unsigned chars, and cast as such within the tgen array as needed; TODO: (jan 18, 2005) should modify this struct to better reflect this
Definition at line 119 of file globals.h.
Referenced by gen_output().
| const char* outVar_struct::pname |
Name of model variable for output
Definition at line 122 of file globals.h.
Referenced by gen_output().
| char outVar_struct::ctype |
1.5.6