GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <raster.h>
Data Fields | |
DCELL | sum |
DCELL | sumsq |
grass_int64 | count |
grass_int64 R_stats::count |
Definition at line 208 of file raster.h.
Referenced by Rast__row_update_range(), Rast_row_update_fp_range(), and Rast_write_rstats().
DCELL R_stats::sum |
Definition at line 206 of file raster.h.
Referenced by Rast__row_update_range(), Rast_row_update_fp_range(), and Rast_write_rstats().
DCELL R_stats::sumsq |
Definition at line 207 of file raster.h.
Referenced by Rast__row_update_range(), Rast_row_update_fp_range(), and Rast_write_rstats().