GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
#include <htmlmap.h>
Data Fields | |
char * | url |
int | num_pts |
int * | x_pts |
int * | y_pts |
struct MapPoly * | next_poly |
struct MapPoly* MapPoly::next_poly |
Definition at line 22 of file htmlmap.h.
Referenced by HTML_Graph_close().
int MapPoly::num_pts |
Definition at line 19 of file htmlmap.h.
Referenced by HTML_Graph_close().
int* MapPoly::x_pts |
Definition at line 20 of file htmlmap.h.
Referenced by HTML_Graph_close().
int* MapPoly::y_pts |
Definition at line 21 of file htmlmap.h.
Referenced by HTML_Graph_close().