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

Method is_cell_hidden

src/laybasic/laybasic/layLayoutViewBase.cc:5336–5344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5334}
5335
5336bool
5337LayoutViewBase::is_cell_hidden (cell_index_type ci, int cellview_index) const
5338{
5339 if (int (m_hidden_cells.size ()) > cellview_index && cellview_index >= 0) {
5340 return m_hidden_cells [cellview_index].find (ci) != m_hidden_cells [cellview_index].end ();
5341 } else {
5342 return false;
5343 }
5344}
5345
5346const std::set<LayoutViewBase::cell_index_type> &
5347LayoutViewBase::hidden_cells (int cellview_index) const

Callers 7

double_clickedMethod · 0.80
get_optionsMethod · 0.80
dataMethod · 0.80
cv_is_cell_hiddenFunction · 0.80
do_findMethod · 0.80
visit_cellMethod · 0.80
do_findMethod · 0.80

Calls 3

sizeMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected