| 
    GRASS 8 Programmer's Manual
    8.5.0dev(2025)-9d806b45d8
    
   | 
 
#include <dgraph.h>

Data Fields | |
| int | vcount | 
| struct pg_vertex * | v | 
| int | ecount | 
| int | eallocated | 
| struct pg_edge * | 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().
| int planar_graph::eallocated | 
Definition at line 28 of file dgraph.h.
Referenced by pg_addedge(), and pg_create_struct().
| int planar_graph::ecount | 
Definition at line 27 of file dgraph.h.
Referenced by pg_addedge(), and pg_create_struct().
| 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().
| int planar_graph::vcount | 
Definition at line 25 of file dgraph.h.
Referenced by pg_addedge(), pg_create_struct(), and pg_destroy_struct().