MCPcopy Create free account
hub / github.com/KLayout/klayout / load_layout

Method load_layout

src/laybasic/laybasic/layLayoutViewBase.cc:3537–3541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3535}
3536
3537unsigned int
3538LayoutViewBase::load_layout (const std::string &filename, const std::string &technology, bool add_cellview)
3539{
3540 return load_layout (filename, db::LoadLayoutOptions (), technology, add_cellview);
3541}
3542
3543unsigned int
3544LayoutViewBase::load_layout (const std::string &filename, const db::LoadLayoutOptions &options, const std::string &technology, bool add_cellview)

Callers

nothing calls this directly

Calls 15

verbosityFunction · 0.85
cellviewsFunction · 0.85
select_cellFunction · 0.85
get_lyp_from_meta_infoFunction · 0.85
zoom_fitFunction · 0.85
technology_by_nameMethod · 0.80
printMethod · 0.80
begin_top_downMethod · 0.80
end_top_cellsMethod · 0.80
set_varMethod · 0.80
load_layoutFunction · 0.70
LoadLayoutOptionsClass · 0.70

Tested by

no test coverage detected