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

double* pg_vertex::angles

Definition at line 21 of file dgraph.h.

Referenced by pg_create(), and pg_destroy_struct().

int pg_vertex::eallocated

Definition at line 19 of file dgraph.h.

Referenced by pg_addedge1().

int pg_vertex::ecount

Definition at line 18 of file dgraph.h.

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

struct pg_edge** pg_vertex::edges

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 utils.Rect2D::GetX(), and pg_create().

double pg_vertex::y

Definition at line 17 of file dgraph.h.

Referenced by utils.Rect2D::GetY(), and pg_create().


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