|
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 148 of file footprint.h.
| BOX2I FOOTPRINT_GEOMETRY_CACHE_DATA::bounding_box |
Definition at line 150 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::bounding_box_timestamp = 0 |
Definition at line 151 of file footprint.h.
| SHAPE_POLY_SET FOOTPRINT_GEOMETRY_CACHE_DATA::hull |
Definition at line 154 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::hull_timestamp = 0 |
Definition at line 155 of file footprint.h.
| BOX2I FOOTPRINT_GEOMETRY_CACHE_DATA::text_excluded_bbox |
Definition at line 152 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::text_excluded_bbox_timestamp = 0 |
Definition at line 153 of file footprint.h.