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

Method view

src/laybasic/laybasic/layCellView.cc:258–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258lay::LayoutViewBase *
259CellViewRef::view ()
260{
261 return mp_view.get ();
262}
263
264lay::LayoutHandle *
265CellViewRef::operator-> () const

Callers 7

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

Calls 1

getMethod · 0.45

Tested by

no test coverage detected