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

Method index

src/laybasic/laybasic/layCellView.cc:248–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248int
249CellViewRef::index () const
250{
251 if (!is_valid ()) {
252 return -1;
253 } else {
254 return mp_view->index_of_cellview (mp_cv.get ());
255 }
256}
257
258lay::LayoutViewBase *
259CellViewRef::view ()

Callers 8

close_cellviewFunction · 0.45
cv_descendFunction · 0.45
cv_ascendFunction · 0.45
cv_is_cell_hiddenFunction · 0.45
cv_hide_cellFunction · 0.45
cv_show_cellFunction · 0.45
cv_show_all_cellsFunction · 0.45
probe_widgetFunction · 0.45

Calls 3

index_of_cellviewMethod · 0.80
is_validFunction · 0.70
getMethod · 0.45

Tested by

no test coverage detected