GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-535c39c9fc
c_min.c File Reference
#include <grass/gis.h>
#include <grass/raster.h>
Include dependency graph for c_min.c:

Go to the source code of this file.

Functions

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

Function Documentation

◆ c_min()

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

Definition at line 4 of file c_min.c.

References min, Rast_is_d_null_value, and Rast_set_d_null_value().

◆ w_min()

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

Definition at line 25 of file c_min.c.

References min, Rast_is_d_null_value, and Rast_set_d_null_value().