| Ecological Landscape Modeling: Models Pages |
#include <globals.h>
Data Fields | |
| int | x |
| int | y |
| int | z |
| unsigned char | type |
| unsigned char | format |
Definition at line 141 of file globals.h.
| int point3D::x |
the x (row!) location
Definition at line 142 of file globals.h.
Referenced by make_more_points(), print_loc_ave(), print_point(), readViewParms(), and write_output().
| int point3D::y |
the y (col!) location
Definition at line 143 of file globals.h.
Referenced by make_more_points(), print_loc_ave(), print_point(), readViewParms(), and write_output().
| int point3D::z |
the index (?) number of point locs
Definition at line 144 of file globals.h.
Referenced by make_more_points(), print_loc_ave(), print_point(), readViewParms(), and write_output().
| unsigned char point3D::type |
output type (p or w, point or window?)
Definition at line 145 of file globals.h.
Referenced by make_more_points(), print_loc_ave(), readViewParms(), and write_output().
| unsigned char point3D::format |
numeric format
Definition at line 146 of file globals.h.
Referenced by readViewParms(), and write_output().
1.5.6