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

Method reset_cell

src/laybasic/laybasic/layCellView.cc:169–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void
170CellView::reset_cell ()
171{
172 mp_cell = 0;
173 m_cell_index = cell_index_type (-1);
174 mp_ctx_cell = 0;
175 m_ctx_cell_index = 0;
176 m_unspecific_path.clear ();
177 m_specific_path.clear ();
178}
179
180void
181CellView::set (lay::LayoutHandle *handle)

Callers 1

set_cellFunction · 0.80

Calls 5

select_cellviewMethod · 0.80
index_of_cellviewMethod · 0.80
is_validFunction · 0.70
clearMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected