|
KiCad PCB EDA Suite
|
A named point a parent object offers for alignment, such as a pad center or a pin end. More...
#include <snap_inference.h>
Public Attributes | |
| SNAP_STABLE_ID | id |
| VECTOR2I | position |
| std::optional< SNAP_TARGET_ID > | parent |
A named point a parent object offers for alignment, such as a pad center or a pin end.
Definition at line 49 of file snap_inference.h.
| SNAP_STABLE_ID SNAP_ALIGNMENT_POINT::id |
Definition at line 51 of file snap_inference.h.
Referenced by SNAP_INFERENCE_PROVIDER::eligible().
| std::optional<SNAP_TARGET_ID> SNAP_ALIGNMENT_POINT::parent |
Definition at line 53 of file snap_inference.h.
Referenced by SNAP_INFERENCE_PROVIDER::eligible().
| VECTOR2I SNAP_ALIGNMENT_POINT::position |
Definition at line 52 of file snap_inference.h.
Referenced by BOOST_AUTO_TEST_CASE().