Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
338
db::Cell *
339
CellViewRef::cell () const
340
{
341
return is_valid () ? mp_cv->cell () : 0;
342
}
343
344
CellViewRef::unspecific_cell_path_type
345
CellViewRef::combined_unspecific_path () const
Callers
15
tspath
Function · 0.45
layParsedLayerSourceTests.cc
File · 0.45
laySnapTests.cc
File · 0.45
get_cell_name
Function · 0.45
start
Method · 0.45
do_find
Method · 0.45
find_internal
Method · 0.45
visit_cell
Method · 0.45
cellview
Method · 0.45
add_layout
Method · 0.45
load_layout
Method · 0.45
full_box
Method · 0.45
Calls
1
is_valid
Function · 0.70
Tested by
1
tspath
Function · 0.36