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

Go to the source code of this file.

Functions

int Rast_cell_stats_histo_eq (struct Cell_stats *statf, CELL min1, CELL max1, CELL min2, CELL max2, int zero, void(*func)(CELL, CELL, CELL))
 

Function Documentation

◆ Rast_cell_stats_histo_eq()

int Rast_cell_stats_histo_eq ( struct Cell_stats statf,
CELL  min1,
CELL  max1,
CELL  min2,
CELL  max2,
int  zero,
void(*)(CELL, CELL, CELL func 
)

Definition at line 4 of file cellstats_eq.c.