GRASS Programmer's Manual 6.4.1(2011)
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

Definition at line 21 of file dgraph.h.

Referenced by pg_create(), and pg_destroy_struct().

Definition at line 19 of file dgraph.h.

Referenced by pg_addedge1().

Definition at line 18 of file dgraph.h.

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

Definition at line 20 of file dgraph.h.

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

double pg_vertex::x

Definition at line 16 of file dgraph.h.

Referenced by pg_create().

double pg_vertex::y

Definition at line 17 of file dgraph.h.

Referenced by pg_create().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines