|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|

Data Fields | |
| int | ipcount |
| int | ipallocated |
| struct intersection_point * | ip |
| int | ilcount |
| struct seg_intersection_list * | il |
| int | group_count |
| 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 |
Definition at line 45 of file dgraph.c.
Referenced by add_ipoint(), create_si_struct(), destroy_si_struct(), find_all_intersections(), and pg_create().
| 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 |
Definition at line 43 of file dgraph.c.
Referenced by add_ipoint(), create_si_struct(), destroy_si_struct(), find_all_intersections(), and pg_create().
| 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().