|
KiCad PCB EDA Suite
|
#include <snap_resolver.h>
Public Member Functions | |
| bool | operator== (const SNAP_STABLE_ID &aOther) const =default |
| bool | operator< (const SNAP_STABLE_ID &aOther) const |
Public Attributes | |
| SNAP_ID_KIND | kind = SNAP_ID_KIND::ITEM_GEOMETRY |
| SNAP_TARGET_ID | target {} |
| int | featureIndex = 0 |
| int | solutionBranch = 0 |
Definition at line 146 of file snap_resolver.h.
| bool SNAP_STABLE_ID::operator< | ( | const SNAP_STABLE_ID & | aOther | ) | const |
Definition at line 446 of file snap_resolver.cpp.
References featureIndex, kind, solutionBranch, and target.
|
default |
| int SNAP_STABLE_ID::featureIndex = 0 |
Definition at line 150 of file snap_resolver.h.
Referenced by BOOST_AUTO_TEST_CASE(), and operator<().
| SNAP_ID_KIND SNAP_STABLE_ID::kind = SNAP_ID_KIND::ITEM_GEOMETRY |
Definition at line 148 of file snap_resolver.h.
Referenced by BOOST_AUTO_TEST_CASE(), and operator<().
| int SNAP_STABLE_ID::solutionBranch = 0 |
Definition at line 151 of file snap_resolver.h.
Referenced by BOOST_AUTO_TEST_CASE(), SNAP_INFERENCE_PROVIDER::CollectEqualSpacing(), and operator<().
| SNAP_TARGET_ID SNAP_STABLE_ID::target {} |
Definition at line 149 of file snap_resolver.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_FIXTURE_TEST_CASE(), operator<(), and PCB_GRID_HELPER::ResolveSnap().