#include "gis.h"Include dependency graph for zero_cell.c:

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 | |||
| ) |
1.4.7