GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
c_count.c File Reference
#include <grass/gis.h>
#include <grass/raster.h>
Include dependency graph for c_count.c:

Go to the source code of this file.

Functions

void c_count (DCELL *result, DCELL *values, int n, const void *closure UNUSED)
 
void w_count (DCELL *result, DCELL(*values)[2], int n, const void *closure UNUSED)
 

Function Documentation

◆ c_count()

void c_count ( DCELL * result,
DCELL * values,
int n,
const void *closure UNUSED )

Definition at line 4 of file c_count.c.

References count.

◆ w_count()

void w_count ( DCELL * result,
DCELL(*) values[2],
int n,
const void *closure UNUSED )

Definition at line 18 of file c_count.c.

References count.