KiCad PCB EDA Suite
Loading...
Searching...
No Matches
drc_re_rule_loader.cpp File Reference

Go to the source code of this file.

Functions

static bool isSymmetricMinOptMax (const DRC_CONSTRAINT *aConstraint)
 
static std::shared_ptr< DRC_RE_BASE_CONSTRAINT_DATAmakeCustomRuleData (const DRC_RULE &aRule)
 

Function Documentation

◆ isSymmetricMinOptMax()

static bool isSymmetricMinOptMax ( const DRC_CONSTRAINT * aConstraint)
static

Definition at line 71 of file drc_re_rule_loader.cpp.

References DRC_CONSTRAINT::GetValue().

Referenced by DRC_RULE_LOADER::createConstraintData().

◆ makeCustomRuleData()

static std::shared_ptr< DRC_RE_BASE_CONSTRAINT_DATA > makeCustomRuleData ( const DRC_RULE & aRule)
static

Definition at line 85 of file drc_re_rule_loader.cpp.

References DRC_RULE::m_Name.

Referenced by DRC_RULE_LOADER::createConstraintData().