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

Method save_view

src/laybasic/laybasic/layLayoutViewBase.cc:4267–4271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4265}
4266
4267void
4268LayoutViewBase::save_view (DisplayState &state) const
4269{
4270 state = DisplayState (box (), get_min_hier_levels (), get_max_hier_levels (), m_cellviews);
4271}
4272
4273void
4274LayoutViewBase::do_redraw (int layer)

Callers 4

activatedMethod · 0.80
activatedMethod · 0.80
clone_current_viewMethod · 0.80
fetchMethod · 0.80

Calls 3

boxFunction · 0.70
get_min_hier_levelsFunction · 0.70
get_max_hier_levelsFunction · 0.70

Tested by

no test coverage detected