KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KICAD_DIFF::IDENTITY_RECONCILER::CONFIG Struct Reference

#include <identity_reconciler.h>

Public Attributes

double similarityThreshold = 0.85
 
bool enableSimilarity = true
 
bool detectDuplicates = true
 
unsigned int positionTolerance = 0
 

Detailed Description

Definition at line 99 of file identity_reconciler.h.

Member Data Documentation

◆ detectDuplicates

bool KICAD_DIFF::IDENTITY_RECONCILER::CONFIG::detectDuplicates = true

Definition at line 103 of file identity_reconciler.h.

Referenced by BOOST_AUTO_TEST_CASE().

◆ enableSimilarity

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().

◆ positionTolerance

unsigned int KICAD_DIFF::IDENTITY_RECONCILER::CONFIG::positionTolerance = 0

Definition at line 104 of file identity_reconciler.h.

◆ similarityThreshold

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().


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