GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <raster.h>
Data Fields | |
DCELL | sum |
DCELL | sumsq |
grass_int64 | count |
grass_int64 R_stats::count |
Definition at line 222 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 220 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 221 of file raster.h.
Referenced by Rast__row_update_range(), Rast_row_update_fp_range(), and Rast_write_rstats().