GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <grass/defs/symbol.h>
Go to the source code of this file.
Data Structures | |
struct | SYMBCOLOR |
struct | SYMBEL |
struct | SYMBCHAIN |
struct | SYMBPART |
struct | SYMBOL |
Macros | |
#define | S_NONE 0 /* no object (used for reading) */ |
#define | S_LINE 1 /* line */ |
#define | S_ARC 2 /* arc */ |
#define | S_STRING 1 |
#define | S_POLYGON 2 |
#define | S_COL_DEFAULT 1 /* default color */ |
#define | S_COL_NONE 2 /* no color */ |
#define | S_COL_DEFINED 3 /* color defined in symbol file */ |
#define S_LINE 1 /* line */ |
Definition at line 11 of file symbol.h.
Referenced by new_line().