GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#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 32 of file symbol.h.
Referenced by new_line().