GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
fileinfo Struct Reference

#include <R.h>

Collaboration diagram for fileinfo:

Data Fields

int open_mode
 
struct Cell_head cellhd
 
struct Reclass reclass
 
struct Cell_stats statf
 
struct Range range
 
struct FPRange fp_range
 
int want_histogram
 
int reclass_flag
 
off_trow_ptr
 
COLUMN_MAPPINGcol_map
 
double C1
 
double C2
 
int cur_row
 
int null_cur_row
 
int cur_nbytes
 
unsigned chardata
 
int null_fd
 
unsigned charnull_bits
 
int nbytes
 
RASTER_MAP_TYPE map_type
 
chartemp_name
 
charnull_temp_name
 
int null_file_exists
 
charname
 
charmapset
 
int io_error
 
struct Quant quant
 
struct GDAL_linkgdal
 
int data_fd
 
off_tnull_row_ptr
 
struct R_vrtvrt
 

Detailed Description

Definition at line 47 of file R.h.

Field Documentation

◆ C1

double fileinfo::C1

Definition at line 59 of file R.h.

Referenced by Rast__create_window_mapping().

◆ C2

double fileinfo::C2

Definition at line 59 of file R.h.

Referenced by Rast__create_window_mapping().

◆ cellhd

struct Cell_head fileinfo::cellhd

Definition at line 50 of file R.h.

Referenced by Rast__create_window_mapping().

◆ col_map

COLUMN_MAPPING* fileinfo::col_map

Definition at line 58 of file R.h.

◆ cur_nbytes

int fileinfo::cur_nbytes

Definition at line 62 of file R.h.

◆ cur_row

int fileinfo::cur_row

Definition at line 60 of file R.h.

◆ data

unsigned char* fileinfo::data

Definition at line 63 of file R.h.

◆ data_fd

int fileinfo::data_fd

Definition at line 76 of file R.h.

◆ fp_range

struct FPRange fileinfo::fp_range

Definition at line 54 of file R.h.

◆ gdal

struct GDAL_link* fileinfo::gdal

Definition at line 75 of file R.h.

◆ io_error

int fileinfo::io_error

Definition at line 73 of file R.h.

◆ map_type

RASTER_MAP_TYPE fileinfo::map_type

Definition at line 67 of file R.h.

Referenced by Rast_set_fp_type().

◆ mapset

char* fileinfo::mapset

Definition at line 72 of file R.h.

Referenced by Rast__open_null_write(), Rast_map_is_fp(), and Rast_map_type().

◆ name

char* fileinfo::name

Definition at line 71 of file R.h.

◆ nbytes

int fileinfo::nbytes

Definition at line 66 of file R.h.

◆ null_bits

unsigned char* fileinfo::null_bits

Definition at line 65 of file R.h.

◆ null_cur_row

int fileinfo::null_cur_row

Definition at line 61 of file R.h.

◆ null_fd

int fileinfo::null_fd

Definition at line 64 of file R.h.

Referenced by Rast__read_null_bits(), Rast__read_null_row_ptrs(), and Rast__write_null_row_ptrs().

◆ null_file_exists

int fileinfo::null_file_exists

Definition at line 70 of file R.h.

◆ null_row_ptr

off_t* fileinfo::null_row_ptr

Definition at line 77 of file R.h.

◆ null_temp_name

char* fileinfo::null_temp_name

Definition at line 69 of file R.h.

◆ open_mode

int fileinfo::open_mode

Definition at line 49 of file R.h.

◆ quant

struct Quant fileinfo::quant

Definition at line 74 of file R.h.

◆ range

struct Range fileinfo::range

Definition at line 53 of file R.h.

◆ reclass

struct Reclass fileinfo::reclass

Definition at line 51 of file R.h.

◆ reclass_flag

int fileinfo::reclass_flag

Definition at line 56 of file R.h.

◆ row_ptr

off_t* fileinfo::row_ptr

Definition at line 57 of file R.h.

◆ statf

struct Cell_stats fileinfo::statf

Definition at line 52 of file R.h.

◆ temp_name

char* fileinfo::temp_name

Definition at line 68 of file R.h.

◆ vrt

struct R_vrt* fileinfo::vrt

Definition at line 78 of file R.h.

◆ want_histogram

int fileinfo::want_histogram

Definition at line 55 of file R.h.


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