GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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. More... | |
Raster Library - Write raster header.
(C) 2001-2009 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 put_cellhd.c.
void Rast_put_cellhd | ( | const char * | name, |
struct Cell_head * | cellhd | ||
) |
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 28 of file put_cellhd.c.
References _, G__write_Cell_head(), G_fatal_error(), and G_fopen_new().