GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <raster.h>
Data Structures | |
struct | Cell_stats_node |
Data Fields | |
struct Cell_stats::Cell_stats_node * | node |
int | tlen |
int | N |
int | curp |
long | null_data_count |
int | curoffset |
int Cell_stats::curoffset |
Definition at line 204 of file raster.h.
Referenced by Rast_next_cell_stat().
int Cell_stats::N |
Definition at line 201 of file raster.h.
Referenced by Rast_free_cell_stats(), and Rast_next_cell_stat().
struct Cell_stats::Cell_stats_node * Cell_stats::node |
Referenced by Rast_free_cell_stats().
long Cell_stats::null_data_count |
Definition at line 203 of file raster.h.
Referenced by Rast_get_stats_for_null_value().