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

Method add_layer

src/db/db/dbSaveLayoutOptions.cc:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void
168SaveLayoutOptions::add_layer (unsigned int layer, const db::LayerProperties &props)
169{
170 m_all_layers = false;
171 m_layers.insert (std::make_pair (layer, props));
172}
173
174void
175SaveLayoutOptions::select_all_layers ()

Callers 4

test_1Method · 0.80
get_optionsMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by 1

test_1Method · 0.64