GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
path Struct Reference

#include <path.h>

Collaboration diagram for path:

Data Fields

struct vertexvertices
 
int count
 
int alloc
 
int start
 

Detailed Description

Definition at line 15 of file path.h.

Field Documentation

◆ alloc

int path::alloc

Definition at line 18 of file path.h.

Referenced by path_alloc(), path_free(), path_init(), and png_draw_line().

◆ count

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().

◆ start

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().

◆ vertices

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().


The documentation for this struct was generated from the following file: