|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
#include <htmlmap.h>

Data Fields | |
| char * | url |
| int | num_pts |
| int * | x_pts |
| int * | y_pts |
| struct 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().
| char* MapPoly::url |
Definition at line 18 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().