GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 16 of file path.h.

Field Documentation

◆ alloc

int path::alloc

Definition at line 19 of file path.h.

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

◆ count

int path::count

Definition at line 18 of file path.h.

Referenced by html_polygon(), path_begin(), path_free(), path_init(), path_move(), path_reset(), and png_polygon().

◆ start

int path::start

Definition at line 20 of file path.h.

Referenced by path_begin(), path_close(), path_free(), path_init(), path_move(), and path_reset().

◆ vertices

struct vertex* path::vertices

Definition at line 17 of file path.h.

Referenced by html_polygon(), path_alloc(), path_close(), path_free(), path_init(), and png_polygon().


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