|
GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <path.h>

Data Fields | |
| struct vertex * | vertices |
| int | count |
| int | alloc |
| int | start |
| int path::alloc |
Definition at line 18 of file path.h.
Referenced by path_alloc(), path_free(), path_init(), and png_draw_line().
| int path::count |
Definition at line 17 of file path.h.
Referenced by html_polygon(), path_copy(), path_free(), path_init(), path_reset(), and png_draw_line().
| int path::start |
Definition at line 19 of file path.h.
Referenced by path_copy(), path_free(), path_init(), path_reset(), and png_draw_line().
| struct vertex* path::vertices |
Definition at line 16 of file path.h.
Referenced by html_polygon(), path_alloc(), path_copy(), path_free(), path_init(), and png_draw_line().