|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <symbol.h>

Data Fields | |
| int | type |
| SYMBCOLOR | color |
| SYMBCOLOR | fcolor |
| int | count |
| int | alloc |
| SYMBCHAIN ** | chain |
| int SYMBPART::alloc |
Definition at line 56 of file symbol.h.
Referenced by add_chain(), and new_part().
| SYMBCHAIN** SYMBPART::chain |
Definition at line 57 of file symbol.h.
Referenced by add_chain(), new_part(), S_read(), and stroke_chain().
| SYMBCOLOR SYMBPART::color |
Definition at line 54 of file symbol.h.
Referenced by new_part(), and S_read().
| int SYMBPART::count |
Definition at line 56 of file symbol.h.
Referenced by add_chain(), new_part(), S_read(), and S_stroke().
| SYMBCOLOR SYMBPART::fcolor |
Definition at line 55 of file symbol.h.
Referenced by new_part(), and S_read().
| int SYMBPART::type |
Definition at line 53 of file symbol.h.
Referenced by new_part(), S_read(), S_stroke(), and stroke_chain().