GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#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 45 of file symbol.h.
Referenced by new_chain().
int SYMBCHAIN::count |
Definition at line 45 of file symbol.h.
Referenced by new_chain().
SYMBEL** SYMBCHAIN::elem |
Definition at line 46 of file symbol.h.
Referenced by new_chain().
int SYMBCHAIN::salloc |
Definition at line 47 of file symbol.h.
Referenced by add_coor(), and new_chain().
int SYMBCHAIN::scount |
Definition at line 47 of file symbol.h.
Referenced by add_coor(), and new_chain().
double* SYMBCHAIN::sx |
Definition at line 48 of file symbol.h.
Referenced by add_coor(), and new_chain().
double * SYMBCHAIN::sy |
Definition at line 48 of file symbol.h.
Referenced by add_coor(), and new_chain().