GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
seg_intersections Struct Reference
Collaboration diagram for seg_intersections:

Data Fields

int ipcount
 
int ipallocated
 
struct intersection_pointip
 
int ilcount
 
struct seg_intersection_listil
 
int group_count
 

Detailed Description

Definition at line 39 of file dgraph.c.

Field Documentation

int seg_intersections::group_count

Definition at line 46 of file dgraph.c.

Referenced by find_all_intersections(), and pg_create().

struct seg_intersection_list* seg_intersections::il
int seg_intersections::ilcount

Definition at line 44 of file dgraph.c.

Referenced by create_si_struct(), destroy_si_struct(), find_all_intersections(), and pg_create().

struct intersection_point* seg_intersections::ip
int seg_intersections::ipallocated

Definition at line 42 of file dgraph.c.

Referenced by add_ipoint(), create_si_struct(), and find_all_intersections().

int seg_intersections::ipcount

Definition at line 41 of file dgraph.c.

Referenced by add_ipoint(), create_si_struct(), find_all_intersections(), and pg_create().


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