GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <symbol.h>
Data Fields | |
int | type |
union { | |
struct { | |
int count | |
int alloc | |
double * x | |
double * y | |
} line | |
struct { | |
int clock | |
double x | |
double y | |
double r | |
double a1 | |
double a2 | |
} arc | |
} | coor |
struct { ... } SYMBEL::arc |
union { ... } SYMBEL::coor |
Referenced by add_point(), and new_line().
struct { ... } SYMBEL::line |
Referenced by add_point(), and new_line().
int SYMBEL::type |
Definition at line 30 of file symbol.h.
Referenced by new_line().