GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
GIS Library - Write Cell Header functions. More...
#include <stdio.h>
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
void | G__write_Cell_head (FILE *fd, const struct Cell_head *cellhd, int is_cellhd) |
Write cell header or window. | |
void | G__write_Cell_head3 (FILE *fd, const struct Cell_head *cellhd, int is_cellhd) |
Write 3D cell header or window. | |
GIS Library - Write Cell Header functions.
(C) 2001-2014 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file wr_cellhd.c.
void G__write_Cell_head | ( | FILE * | fd, |
const struct Cell_head * | cellhd, | ||
int | is_cellhd ) |
Write cell header or window.
[in,out] | fd | header file |
[in] | cellhd | pointed to cell header structure |
[in] | is_cellhd | 1 cell header; 0 window |
Definition at line 28 of file wr_cellhd.c.
References G_format_easting(), G_format_northing(), and G_format_resolution().
Referenced by G__write_Cell_head3().
void G__write_Cell_head3 | ( | FILE * | fd, |
const struct Cell_head * | cellhd, | ||
int | is_cellhd ) |
Write 3D cell header or window.
[in,out] | fd | header file |
[in] | cellhd | pointer to cell header structure |
[in] | is_cellhd | 1 cell header; 0 window |
Definition at line 74 of file wr_cellhd.c.
References G__write_Cell_head(), and G_format_resolution().
Referenced by G_put_element_window().