![]() |
KiCad PCB EDA Suite
|
Public Member Functions | |
SCAN_STATE () | |
Public Attributes | |
int | dist_prev |
int | dist_max |
int | nearest_prev |
int | nearest |
Definition at line 134 of file poly_grid_partition.h.
|
inline |
Definition at line 136 of file poly_grid_partition.h.
References dist_max, dist_prev, nearest, and nearest_prev.
int POLY_GRID_PARTITION::SCAN_STATE::dist_max |
Definition at line 145 of file poly_grid_partition.h.
Referenced by POLY_GRID_PARTITION::containsPoint(), SCAN_STATE(), and POLY_GRID_PARTITION::scanCell().
int POLY_GRID_PARTITION::SCAN_STATE::dist_prev |
Definition at line 142 of file poly_grid_partition.h.
Referenced by POLY_GRID_PARTITION::containsPoint(), SCAN_STATE(), and POLY_GRID_PARTITION::scanCell().
int POLY_GRID_PARTITION::SCAN_STATE::nearest |
Definition at line 147 of file poly_grid_partition.h.
Referenced by POLY_GRID_PARTITION::containsPoint(), SCAN_STATE(), and POLY_GRID_PARTITION::scanCell().
int POLY_GRID_PARTITION::SCAN_STATE::nearest_prev |
Definition at line 146 of file poly_grid_partition.h.
Referenced by POLY_GRID_PARTITION::containsPoint(), SCAN_STATE(), and POLY_GRID_PARTITION::scanCell().