| Ecological Landscape Modeling: Models Pages |
#include <grid_io.h>
Data Fields | |
| char | title [GRID_TITLE_LENGTH] |
| int | number_of_rows |
| int | number_of_nodes |
| struct { | |
| float x | |
| float y | |
| } | size |
Definition at line 61 of file grid_io.h.
| char GR_HEADER::title[GRID_TITLE_LENGTH] |
title of grid_io data in header
Definition at line 62 of file grid_io.h.
Referenced by getgrid_(), grid_write_header(), and setgrid_().
number of rows of grid_io data, found in header
Definition at line 63 of file grid_io.h.
Referenced by getgrid_(), grid_read_header(), grid_skip(), grid_write_header(), and setgrid_().
number of nodes (grid cells) of grid_io data, found in header
Definition at line 64 of file grid_io.h.
Referenced by getgrid_(), grid_count_snapshots(), grid_read(), grid_read_header(), grid_skip(), grid_write(), grid_write_header(), initDataStruct(), and setgrid_().
| float GR_HEADER::x |
Definition at line 65 of file grid_io.h.
Referenced by getgrid_(), grid_read_header(), grid_write_header(), and setgrid_().
| float GR_HEADER::y |
Definition at line 65 of file grid_io.h.
Referenced by getgrid_(), grid_read_header(), grid_write_header(), and setgrid_().
| struct { ... } GR_HEADER::size |
size (row by col) of grid_io data, found in header
Referenced by getgrid_(), grid_read_header(), grid_write_header(), and setgrid_().
1.5.6