GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
Cell_stats Struct Reference

#include <raster.h>

Collaboration diagram for Cell_stats:

Data Structures

struct  Cell_stats_node
 

Data Fields

struct Cell_stats::Cell_stats_nodenode
 
int tlen
 
int N
 
int curp
 
long null_data_count
 
int curoffset
 

Detailed Description

Definition at line 190 of file raster.h.

Field Documentation

◆ curoffset

int Cell_stats::curoffset

Definition at line 204 of file raster.h.

Referenced by Rast_next_cell_stat().

◆ curp

int Cell_stats::curp

Definition at line 202 of file raster.h.

◆ N

int Cell_stats::N

Definition at line 201 of file raster.h.

Referenced by Rast_free_cell_stats(), and Rast_next_cell_stat().

◆ node

struct Cell_stats::Cell_stats_node * Cell_stats::node

Referenced by Rast_free_cell_stats().

◆ null_data_count

long Cell_stats::null_data_count

Definition at line 203 of file raster.h.

Referenced by Rast_get_stats_for_null_value().

◆ tlen

int Cell_stats::tlen

Definition at line 200 of file raster.h.


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