#include <grass/gis.h>
Go to the source code of this file.
Functions | |
int | G_zero_cell_buf (register CELL *buf) |
zero a raster buffer | |
int | G_zero_raster_buf (register void *rast, RASTER_MAP_TYPE data_type) |
int G_zero_cell_buf | ( | register CELL * | buf | ) |
zero a raster buffer
This routines assigns each member of the raster buffer array buf to zero. It assumes that buf has been allocated using G_allocate_cell_buf.
buf |
Definition at line 24 of file zero_cell.c.
References G_window_cols().
int G_zero_raster_buf | ( | register void * | rast, | |
RASTER_MAP_TYPE | data_type | |||
) |