|
enum | Type {
TOP,
BOTTOM,
THROUGH,
VIA,
HOLE,
MECHANICAL,
TOP,
BOTTOM,
THROUGH,
VIA,
HOLE,
MECHANICAL
} |
|
enum | Type {
TOP,
BOTTOM,
THROUGH,
VIA,
HOLE,
MECHANICAL,
TOP,
BOTTOM,
THROUGH,
VIA,
HOLE,
MECHANICAL
} |
|
|
| Padstack (const UUID &uu, const json &j) |
|
| Padstack (const UUID &uu) |
|
json | serialize () const |
|
| Padstack (const Padstack &ps) |
|
void | operator= (Padstack const &ps) |
|
std::pair< bool, std::string > | apply_parameter_set (const ParameterSet &ps) |
|
UUID | get_uuid () const |
|
std::pair< Coordi, Coordi > | get_bbox (bool copper_only=false) const |
|
void | expand_inner (unsigned int n_inner) |
|
const std::map< int, Layer > & | get_layers () const override |
|
| Padstack (const UUID &uu, const json &j) |
|
| Padstack (const UUID &uu) |
|
json | serialize () const |
|
| Padstack (const Padstack &ps) |
|
void | operator= (Padstack const &ps) |
|
std::pair< bool, std::string > | apply_parameter_set (const ParameterSet &ps) |
|
UUID | get_uuid () const |
|
std::pair< Coordi, Coordi > | get_bbox (bool copper_only=false) const |
|
void | expand_inner (unsigned int n_inner) |
|
const std::map< int, Layer > & | get_layers () const override |
|
|
static Padstack | new_from_file (const std::string &filename) |
|
static Padstack | new_from_file (const std::string &filename) |
|
|
static const LutEnumStr< Padstack::Type > | type_lut |
|
◆ type_lut
static const LutEnumStr< Padstack::Type > horizon::Padstack::type_lut |
|
static |
Initial value:= {
{"top", Padstack::Type::TOP}, {"bottom", Padstack::Type::BOTTOM}, {"through", Padstack::Type::THROUGH},
{"via", Padstack::Type::VIA}, {"hole", Padstack::Type::HOLE}, {"mechanical", Padstack::Type::MECHANICAL}}
The documentation for this class was generated from the following files:
- horizon-eda-1.3.0/src/pool/padstack.hpp
- horizon-eda-1.3.0/src/pool/padstack.cpp