pcb 4.1.1
An interactive printed circuit board layout editor.
|
Helper function to compute "closest neighbor" for a box in a rtree. More...
Data Fields | |
const BoxType * | neighbor |
BoxType | trap |
direction_t | search_dir |
Helper function to compute "closest neighbor" for a box in a rtree.
The closest neighbor on a certain side is the closest one in a trapezoid emanating from that side.
Definition at line 244 of file autoplace.c.
const BoxType* r_neighbor_info::neighbor |
Definition at line 246 of file autoplace.c.
Referenced by __r_find_neighbor_rect_in_reg(), and r_find_neighbor().
Definition at line 248 of file autoplace.c.
Referenced by __r_find_neighbor_rect_in_reg(), __r_find_neighbor_reg_in_sea(), and r_find_neighbor().
Definition at line 247 of file autoplace.c.
Referenced by __r_find_neighbor_rect_in_reg(), __r_find_neighbor_reg_in_sea(), and r_find_neighbor().