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

#include <ogsf.h>

Data Fields

int data_id
 id
 
unsigned int file_type
 file type
 
unsigned int count
 number of referencies to this file
 
charfile_name
 file name
 
unsigned int data_type
 
voidmap
 pointer to volume file descriptor
 
double min
 minimum, maximum value in file
 
double max
 
unsigned int status
 current status
 
unsigned int mode
 current read mode
 
voidbuff
 data buffer
 

Detailed Description

Definition at line 440 of file ogsf.h.

Field Documentation

◆ buff

void* geovol_file::buff

data buffer

Definition at line 467 of file ogsf.h.

◆ count

unsigned int geovol_file::count

number of referencies to this file

Definition at line 448 of file ogsf.h.

◆ data_id

int geovol_file::data_id

id

Definition at line 442 of file ogsf.h.

◆ data_type

unsigned int geovol_file::data_type

Definition at line 453 of file ogsf.h.

◆ file_name

char* geovol_file::file_name

file name

Definition at line 451 of file ogsf.h.

◆ file_type

unsigned int geovol_file::file_type

file type

Definition at line 445 of file ogsf.h.

◆ map

void* geovol_file::map

pointer to volume file descriptor

Definition at line 456 of file ogsf.h.

◆ max

double geovol_file::max

Definition at line 459 of file ogsf.h.

◆ min

double geovol_file::min

minimum, maximum value in file

Definition at line 459 of file ogsf.h.

◆ mode

unsigned int geovol_file::mode

current read mode

Definition at line 464 of file ogsf.h.

◆ status

unsigned int geovol_file::status

current status

Definition at line 462 of file ogsf.h.


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