Everglades Landscape Model (ELM) Home Page |
#include <globals.h>
Collaboration diagram for viewParm:
Data Fields | |
Scale1 | scale |
Scale2 | gScale |
Scale2 | bounds |
Point3D * | points |
unsigned char | nPoints |
unsigned char | maxPoints |
int | step |
unsigned char | mapType |
unsigned int | flags |
char | fileName [24] |
Definition at line 161 of file globals.h.
|
struct with variable-scaling multiplier and offset Definition at line 162 of file globals.h. Referenced by readViewParms(), and write_output(). |
|
struct with min and max scalars Definition at line 163 of file globals.h. Referenced by calc_maxmin(). |
|
struct with min and max scalars Definition at line 164 of file globals.h. Referenced by readViewParms(). |
|
struct with attributes of the point location Definition at line 165 of file globals.h. Referenced by make_more_points(), print_point(), readViewParms(), and write_output(). |
|
number of point locations Definition at line 166 of file globals.h. Referenced by readViewParms(), and write_output(). |
|
max NPoints currently Definition at line 167 of file globals.h. Referenced by make_more_points(), and readViewParms(). |
|
output time step interval Definition at line 168 of file globals.h. Referenced by print_point(), and readViewParms(). |
|
output map storage type (integer= animation (model variable value=0-254) directory #, M= map integer, restricted only by byte size, H= HDF (not re-implemented, v2.3) Definition at line 169 of file globals.h. Referenced by readViewParms(), and write_output(). |
|
effectively unused Definition at line 170 of file globals.h. Referenced by getFlag(), getPrecision(), setFlag(), and setPrecision(). |
|
variable name, used as output file name Definition at line 171 of file globals.h. Referenced by make_more_points(), and readViewParms(). |