|
KiCad PCB EDA Suite
|
#include <identity_reconciler.h>
Public Attributes | |
| double | similarityThreshold = 0.85 |
| bool | enableSimilarity = true |
| bool | detectDuplicates = true |
| unsigned int | positionTolerance = 0 |
Definition at line 99 of file identity_reconciler.h.
| bool KICAD_DIFF::IDENTITY_RECONCILER::CONFIG::detectDuplicates = true |
Definition at line 103 of file identity_reconciler.h.
Referenced by BOOST_AUTO_TEST_CASE().
| bool KICAD_DIFF::IDENTITY_RECONCILER::CONFIG::enableSimilarity = true |
Definition at line 102 of file identity_reconciler.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| unsigned int KICAD_DIFF::IDENTITY_RECONCILER::CONFIG::positionTolerance = 0 |
Definition at line 104 of file identity_reconciler.h.
| double KICAD_DIFF::IDENTITY_RECONCILER::CONFIG::similarityThreshold = 0.85 |
Definition at line 101 of file identity_reconciler.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().