GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-f13a4924e1
R_stats Struct Reference

#include <raster.h>

Data Fields

DCELL sum
 
DCELL sumsq
 
grass_int64 count
 

Detailed Description

Definition at line 205 of file raster.h.

Field Documentation

◆ 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().

◆ sum

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().

◆ sumsq

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().


The documentation for this struct was generated from the following file: