Data Fields | |
int | ipcount |
int | ipallocated |
struct intersection_point * | ip |
int | ilcount |
struct seg_intersection_list * | il |
int | group_count |
Definition at line 37 of file dgraph.c.
Definition at line 39 of file dgraph.c.
Referenced by add_ipoint(), create_si_struct(), find_all_intersections(), and pg_create().
Definition at line 40 of file dgraph.c.
Referenced by add_ipoint(), create_si_struct(), and find_all_intersections().
struct intersection_point* seg_intersections::ip [read] |
Definition at line 41 of file dgraph.c.
Referenced by add_ipoint(), create_si_struct(), destroy_si_struct(), find_all_intersections(), and pg_create().
Definition at line 42 of file dgraph.c.
Referenced by create_si_struct(), destroy_si_struct(), find_all_intersections(), and pg_create().
struct seg_intersection_list* seg_intersections::il [read] |
Definition at line 43 of file dgraph.c.
Referenced by add_ipoint(), create_si_struct(), destroy_si_struct(), find_all_intersections(), and pg_create().