GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

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(), 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(), pg_create_struct(), and pg_destroy_struct().


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