|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
OGSF header file (structures) More...
#include <grass/config.h>#include <grass/bitmap.h>#include <GL/gl.h>#include <grass/gis.h>#include <grass/defs/ogsf.h>

Go to the source code of this file.
Data Structures | |
| struct | typbuff |
| struct | table256 |
| struct | transform |
| struct | dataset |
| struct | gsurf_att |
| struct | g_surf |
| struct | g_vect_style |
| Struct for vector feature displaying attributes. More... | |
| struct | g_vect_style_thematic |
| Struct for vector map (thematic mapping) More... | |
| struct | g_line |
| Line instance. More... | |
| struct | g_vect |
| Vector map (lines) More... | |
| struct | g_point |
| Point instance. More... | |
| struct | g_site |
| Vector map (points) More... | |
| struct | geovol_file |
| struct | geovol_isosurf_att |
| struct | geovol_isosurf |
| struct | geovol_slice |
| struct | g_vol |
| struct | lightdefs |
| struct | georot |
| struct | geoview |
| struct | geodisplay |
| struct | view_node |
| struct | key_node |
Typedefs | |
| typedef float | Point4[4] |
| typedef float | Point3[3] |
| typedef float | Point2[2] |
| typedef struct g_surf | geosurf |
| typedef struct g_vect_style | gvstyle |
| Struct for vector feature displaying attributes. | |
| typedef struct g_vect_style_thematic | gvstyle_thematic |
| Struct for vector map (thematic mapping) | |
| typedef struct g_line | geoline |
| Line instance. | |
| typedef struct g_vect | geovect |
| Vector map (lines) | |
| typedef struct g_point | geopoint |
| Point instance. | |
| typedef struct g_site | geosite |
| Vector map (points) | |
| typedef struct g_vol | geovol |
| typedef struct view_node | Viewnode |
| typedef struct key_node | Keylist |
Variables | |
| void(* | Cxl_func )(void) |
| void(* | Swap_func )(void) |
OGSF header file (structures)
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
(C) 2011 by the GRASS Development Team
Definition in file ogsf.h.
| #define LEGAL_SRC | ( | s | ) | (s == NOTSET_ATT || s == MAP_ATT || s == CONST_ATT || s == FUNC_ATT) |
Struct for vector feature displaying attributes.
Struct for vector map (thematic mapping)
Definition at line 21 of file gsx.c.
Referenced by GS_check_cancel(), GS_libinit(), and GS_set_cxl_func().