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

Method add_this_cell

src/db/db/dbSaveLayoutOptions.cc:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void
197SaveLayoutOptions::add_this_cell (db::cell_index_type cell_index)
198{
199 m_all_cells = false;
200 m_cells.insert (cell_index);
201}
202
203void
204SaveLayoutOptions::clear_cells ()

Callers 3

test_1Method · 0.80
configureMethod · 0.80
get_optionsMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by 1

test_1Method · 0.64