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

#include <R.h>

Collaboration diagram for R__:

Data Fields

RASTER_MAP_TYPE fp_type
 
int mask_fd
 
int auto_mask
 
int want_histogram
 
int nbytes
 
int compression_type
 
int compress_nulls
 
int window_set
 
int split_window
 
struct Cell_head rd_window
 
struct Cell_head wr_window
 
int fileinfo_count
 
struct fileinfofileinfo
 

Detailed Description

Definition at line 88 of file R.h.

Field Documentation

◆ auto_mask

int R__::auto_mask

◆ compress_nulls

int R__::compress_nulls

Definition at line 96 of file R.h.

Referenced by Rast__error_handler().

◆ compression_type

int R__::compression_type

Definition at line 95 of file R.h.

Referenced by Rast__error_handler().

◆ fileinfo

◆ fileinfo_count

int R__::fileinfo_count

Definition at line 102 of file R.h.

Referenced by Rast__error_handler(), Rast__unopen_all(), Rast_close(), and Rast_unopen().

◆ fp_type

RASTER_MAP_TYPE R__::fp_type

Definition at line 90 of file R.h.

Referenced by Rast__error_handler(), and Rast_set_fp_type().

◆ mask_fd

◆ nbytes

int R__::nbytes

Definition at line 94 of file R.h.

Referenced by Rast__error_handler(), and Rast_set_cell_format().

◆ rd_window

◆ split_window

int R__::split_window

Definition at line 98 of file R.h.

Referenced by Rast__init_window(), Rast_window_cols(), and Rast_window_rows().

◆ want_histogram

int R__::want_histogram

Definition at line 93 of file R.h.

Referenced by Rast__error_handler(), and Rast_want_histogram().

◆ window_set

int R__::window_set

Definition at line 97 of file R.h.

Referenced by Rast__init_window(), and Rast_unset_window().

◆ wr_window

struct Cell_head R__::wr_window

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