|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
|
GIS Library - Write Cell Header functions. More...

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.
SPDX-FileCopyrightText: 2001-2014 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file wr_cellhd.c.
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 25 of file wr_cellhd.c.
References Cell_head::cols, Cell_head::compressed, Cell_head::east, Cell_head::ew_res, Cell_head::format, G_format_easting(), G_format_northing(), G_format_resolution(), Cell_head::north, Cell_head::ns_res, Cell_head::proj, Cell_head::rows, Cell_head::south, Cell_head::west, and Cell_head::zone.
Referenced by G__write_Cell_head3(), and Rast_put_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 70 of file wr_cellhd.c.
References Cell_head::bottom, Cell_head::cols3, Cell_head::depths, Cell_head::ew_res3, G__write_Cell_head(), G_format_resolution(), Cell_head::ns_res3, Cell_head::proj, Cell_head::rows3, Cell_head::tb_res, and Cell_head::top.
Referenced by G_put_element_window().