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

Method refresh

src/db/db/dbLayout.cc:1718–1724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1716}
1717
1718void
1719Layout::refresh ()
1720{
1721 for (iterator c = begin (); c != end (); ++c) {
1722 c->update ();
1723 }
1724}
1725
1726std::set<db::cell_index_type>
1727Layout::cells_to_cleanup (const std::set<db::cell_index_type> &keep_always) const

Callers 15

test_5_reloadMethod · 0.45
test_1aMethod · 0.45
_call_f_refresh_c0Function · 0.45
_call_f_refresh_0Function · 0.45
_call_f_refresh_0Function · 0.45
_call_f_refresh_2395Function · 0.45
_call_f_refresh_0Function · 0.45
_call_f_refresh_c0Function · 0.45
_call_f_refresh_0Function · 0.45
_call_f_refresh_0Function · 0.45
_call_f_refresh_0Function · 0.45

Calls 3

beginFunction · 0.70
endFunction · 0.70
updateMethod · 0.45

Tested by 3

test_5_reloadMethod · 0.36
test_1aMethod · 0.36