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

Method cell

src/laybasic/laybasic/layCellView.cc:338–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338db::Cell *
339CellViewRef::cell () const
340{
341 return is_valid () ? mp_cv->cell () : 0;
342}
343
344CellViewRef::unspecific_cell_path_type
345CellViewRef::combined_unspecific_path () const

Callers 15

tspathFunction · 0.45
laySnapTests.ccFile · 0.45
get_cell_nameFunction · 0.45
startMethod · 0.45
do_findMethod · 0.45
find_internalMethod · 0.45
visit_cellMethod · 0.45
cellviewMethod · 0.45
add_layoutMethod · 0.45
load_layoutMethod · 0.45
full_boxMethod · 0.45

Calls 1

is_validFunction · 0.70

Tested by 1

tspathFunction · 0.36