#include <grass/gis.h>

Go to the source code of this file.
Functions | |
| int | G__write_Cell_head (FILE *fd, struct Cell_head *cellhd, int is_cellhd) |
| int | G__write_Cell_head3 (FILE *fd, struct Cell_head *cellhd, int is_cellhd) |
| int G__write_Cell_head | ( | FILE * | fd, | |
| struct Cell_head * | cellhd, | |||
| int | is_cellhd | |||
| ) |
Definition at line 5 of file wr_cellhd.c.
References G_format_easting(), G_format_northing(), and G_format_resolution().
Referenced by G__write_Cell_head3(), and G_put_cellhd().
| int G__write_Cell_head3 | ( | FILE * | fd, | |
| struct Cell_head * | cellhd, | |||
| int | is_cellhd | |||
| ) |
Definition at line 46 of file wr_cellhd.c.
References G__write_Cell_head(), and G_format_resolution().
Referenced by G__put_window().
1.5.5