GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <symbol.h>
Data Fields | |
int | count |
int | alloc |
SYMBEL ** | elem |
int | scount |
int | salloc |
double * | sx |
double * | sy |
int SYMBCHAIN::alloc |
Definition at line 51 of file symbol.h.
Referenced by new_chain().
int SYMBCHAIN::count |
Definition at line 51 of file symbol.h.
Referenced by new_chain().
SYMBEL** SYMBCHAIN::elem |
Definition at line 52 of file symbol.h.
Referenced by new_chain().
int SYMBCHAIN::salloc |
Definition at line 53 of file symbol.h.
Referenced by add_coor(), and new_chain().
int SYMBCHAIN::scount |
Definition at line 53 of file symbol.h.
Referenced by add_coor(), and new_chain().
double* SYMBCHAIN::sx |
Definition at line 54 of file symbol.h.
Referenced by add_coor(), and new_chain().
double * SYMBCHAIN::sy |
Definition at line 54 of file symbol.h.
Referenced by add_coor(), and new_chain().