|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-7c29b9c03a
|
Raster Library - Write raster header. More...

Go to the source code of this file.
Functions | |
| void | Rast_put_cellhd (const char *name, struct Cell_head *cellhd) |
| Writes the raster file header. | |
Raster Library - Write raster header.
SPDX-FileCopyrightText: 2001-2009 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file put_cellhd.c.
Writes the raster file header.
Writes the cell file header information associated with map layer "map" into current mapset from the structure "cellhd".
| name | name of map |
| cellhd | structure holding cell header info |
Definition at line 26 of file put_cellhd.c.
References _, G__write_Cell_head(), G_fatal_error(), G_fopen_new(), and name.