|
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 199 of file footprint.h.
| BOX2I FOOTPRINT_GEOMETRY_CACHE_DATA::bounding_box |
Definition at line 201 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::bounding_box_timestamp = 0 |
Definition at line 202 of file footprint.h.
| SHAPE_POLY_SET FOOTPRINT_GEOMETRY_CACHE_DATA::hull |
Definition at line 205 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::hull_timestamp = 0 |
Definition at line 206 of file footprint.h.
| BOX2I FOOTPRINT_GEOMETRY_CACHE_DATA::text_excluded_bbox |
Definition at line 203 of file footprint.h.
| int FOOTPRINT_GEOMETRY_CACHE_DATA::text_excluded_bbox_timestamp = 0 |
Definition at line 204 of file footprint.h.