2 #include "common/common.hpp"
3 #include "rules/rule.hpp"
4 #include "rules/rule_match.hpp"
5 #include "rules/rule_match_keepout.hpp"
12 json serialize()
const override;
14 std::string get_brief(
const class Block *block =
nullptr)
const override;
15 bool is_match_all()
const override;
17 uint64_t get_clearance(PatchType pt_copper)
const;
18 void set_clearance(PatchType pt_copper,
uint64_t c);
26 std::map<PatchType, uint64_t> clearances;