GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-dcc4425b9d
dig_structs.h File Reference
#include <grass/config.h>
#include <stdio.h>
#include <sys/types.h>
#include <grass/dgl.h>
#include <grass/shapefil.h>
#include <grass/rbtree.h>
#include <grass/rtree.h>
#include <grass/dbmi.h>
#include <ogr_api.h>
#include <libpq-fe.h>
Include dependency graph for dig_structs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  site_att
 Used by sites lib. More...
 
struct  bound_box
 Bounding box. More...
 
struct  gvfile
 File definition. More...
 
struct  field_info
 Layer (old: field) information. More...
 
struct  dblinks
 Database links. More...
 
struct  Port_info
 Portability info. More...
 
struct  recycle
 List of dead lines in the file. More...
 
struct  Version_info
 Backward compatibility version info. More...
 
struct  dig_head
 Vector map header data. More...
 
struct  Coor_info
 Coor file info. More...
 
struct  Format_info_offset
 Data structure used for building pseudo-topology. More...
 
struct  Format_info_cache
 Lines cache for reading feature (non-native formats) More...
 
struct  Format_info_ogr
 Non-native format info (OGR) More...
 
struct  Format_info_pg
 Non-native format info (PostGIS) More...
 
struct  Format_info
 Non-native format info (currently only OGR is implemented) More...
 
struct  Cat_index
 Category index. More...
 
struct  Plus_head
 Basic topology-related info. More...
 
struct  Graph_info
 Graph-related section (see GRASS Directed Graph Library) More...
 
struct  Map_info
 Vector map info. More...
 
struct  P_node
 Topological feature - node. More...
 
struct  P_topo_l
 Line topology. More...
 
struct  P_topo_b
 Boundary topology. More...
 
struct  P_topo_c
 Centroid topology. More...
 
struct  P_topo_f
 Face topology. More...
 
struct  P_topo_k
 Kernel topology. More...
 
struct  P_line
 Vector geometry. More...
 
struct  P_area
 Area (topology) info. More...
 
struct  P_isle
 Isle (topology) info. More...
 
struct  line_pnts
 Feature geometry info - coordinates. More...
 
struct  line_cats
 Feature category info. More...
 
struct  cat_list
 Category list. More...
 
struct  boxlist
 List of bounding boxes with id. More...
 
struct  varray
 Vector array. More...
 
struct  spatial_index
 Spatial index info. More...
 

Typedefs

typedef int plus_t
 plus_t size More...
 

Typedef Documentation

◆ plus_t

typedef int plus_t

plus_t size

3.10 changes plus_t to int. This assumes that any reasonable machine will use 4 bytes to store an int. The diglib code is not guaranteed to work if plus_t is changed to a type that is larger than an int.

Definition at line 41 of file dig_structs.h.