KiCad PCB EDA Suite
|
Public Member Functions | |
SHAPE_ENTRY (T aParent) | |
~SHAPE_ENTRY () | |
Public Attributes | |
T | parent |
const SHAPE * | shape |
BOX2I | bbox |
Definition at line 44 of file shape_index_list.h.
|
inline |
|
inline |
Definition at line 53 of file shape_index_list.h.
BOX2I SHAPE_INDEX_LIST< T, >::SHAPE_ENTRY::bbox |
Definition at line 59 of file shape_index_list.h.
Referenced by SHAPE_ENTRY().
T SHAPE_INDEX_LIST< T, >::SHAPE_ENTRY::parent |
Definition at line 57 of file shape_index_list.h.
Referenced by SHAPE_ENTRY().
const SHAPE* SHAPE_INDEX_LIST< T, >::SHAPE_ENTRY::shape |
Definition at line 58 of file shape_index_list.h.
Referenced by SHAPE_ENTRY().