|
GRASS Programmer's Manual
6.4.2(2012)
|
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
| void | c_count (DCELL *result, DCELL *values, int n, const void *closure) |
| void | w_count (DCELL *result, DCELL(*values)[2], int n, const void *closure) |
| void c_count | ( | DCELL * | result, |
| DCELL * | values, | ||
| int | n, | ||
| const void * | closure | ||
| ) |
Definition at line 3 of file c_count.c.
References count, and G_is_d_null_value().
| void w_count | ( | DCELL * | result, |
| DCELL(*) | values[2], | ||
| int | n, | ||
| const void * | closure | ||
| ) |
Definition at line 17 of file c_count.c.
References count, and G_is_d_null_value().