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

#include <dgraph.h>

Collaboration diagram for planar_graph:

Data Fields

int vcount
 
struct pg_vertexv
 
int ecount
 
int eallocated
 
struct pg_edgee
 

Detailed Description

Definition at line 24 of file dgraph.h.

Field Documentation

◆ e

struct pg_edge* planar_graph::e

Definition at line 29 of file dgraph.h.

Referenced by pg_addedge(), pg_create_struct(), and pg_destroy_struct().

◆ eallocated

int planar_graph::eallocated

Definition at line 28 of file dgraph.h.

Referenced by pg_addedge(), and pg_create_struct().

◆ ecount

int planar_graph::ecount

Definition at line 27 of file dgraph.h.

Referenced by pg_addedge(), and pg_create_struct().

◆ v

struct pg_vertex* planar_graph::v

Definition at line 26 of file dgraph.h.

Referenced by pg_addedge(), pg_create_struct(), pg_destroy_struct(), and pg_existsedge().

◆ vcount

int planar_graph::vcount

Definition at line 25 of file dgraph.h.

Referenced by pg_addedge(), pg_create_struct(), and pg_destroy_struct().


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