|
KiCad PCB EDA Suite
|
#include <footprint.h>
Public Attributes | |
| BOX2I | bounding_box |
| int | bounding_box_timestamp = 0 |
| BOX2I | text_excluded_bbox |
| int | text_excluded_bbox_timestamp = 0 |
| SHAPE_POLY_SET | hull |
| int | hull_timestamp = 0 |
Definition at line 209 of file footprint.h.
| BOX2I FOOTPRINT_GEOMETRY_CACHE_DATA::bounding_box |
Definition at line 211 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::bounding_box_timestamp = 0 |
Definition at line 212 of file footprint.h.
| SHAPE_POLY_SET FOOTPRINT_GEOMETRY_CACHE_DATA::hull |
Definition at line 215 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::hull_timestamp = 0 |
Definition at line 216 of file footprint.h.
| BOX2I FOOTPRINT_GEOMETRY_CACHE_DATA::text_excluded_bbox |
Definition at line 213 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::text_excluded_bbox_timestamp = 0 |
Definition at line 214 of file footprint.h.