GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
pg_vertex Struct Reference

#include <dgraph.h>

Collaboration diagram for pg_vertex:

Data Fields

double x
 
double y
 
int ecount
 
int eallocated
 
struct pg_edge ** edges
 
double * angles
 

Detailed Description

Definition at line 15 of file dgraph.h.

Field Documentation

◆ angles

double* pg_vertex::angles

Definition at line 21 of file dgraph.h.

Referenced by pg_destroy_struct().

◆ eallocated

int pg_vertex::eallocated

Definition at line 19 of file dgraph.h.

Referenced by pg_addedge1().

◆ ecount

int pg_vertex::ecount

Definition at line 18 of file dgraph.h.

Referenced by pg_addedge1(), and pg_existsedge().

◆ edges

struct pg_edge** pg_vertex::edges

Definition at line 20 of file dgraph.h.

Referenced by pg_addedge1(), pg_destroy_struct(), and pg_existsedge().

◆ x

double pg_vertex::x

Definition at line 16 of file dgraph.h.

◆ y

double pg_vertex::y

Definition at line 17 of file dgraph.h.


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