KiCad PCB EDA Suite
Loading...
Searching...
No Matches
FOOTPRINT_GEOMETRY_CACHE_DATA Struct Reference

#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
 

Detailed Description

Definition at line 148 of file footprint.h.

Member Data Documentation

◆ bounding_box

BOX2I FOOTPRINT_GEOMETRY_CACHE_DATA::bounding_box

Definition at line 150 of file footprint.h.

◆ bounding_box_timestamp

int FOOTPRINT_GEOMETRY_CACHE_DATA::bounding_box_timestamp = 0

Definition at line 151 of file footprint.h.

◆ hull

SHAPE_POLY_SET FOOTPRINT_GEOMETRY_CACHE_DATA::hull

Definition at line 154 of file footprint.h.

◆ hull_timestamp

int FOOTPRINT_GEOMETRY_CACHE_DATA::hull_timestamp = 0

Definition at line 155 of file footprint.h.

◆ text_excluded_bbox

BOX2I FOOTPRINT_GEOMETRY_CACHE_DATA::text_excluded_bbox

Definition at line 152 of file footprint.h.

◆ text_excluded_bbox_timestamp

int FOOTPRINT_GEOMETRY_CACHE_DATA::text_excluded_bbox_timestamp = 0

Definition at line 153 of file footprint.h.


The documentation for this struct was generated from the following file: