Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ begin
Method
begin
src/db/db/dbCell.cc:556–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
554
}
555
556
Cell::const_iterator
557
Cell::begin () const
558
{
559
mp_layout->update ();
560
return m_instances.begin ();
561
}
562
563
Cell::overlapping_iterator
564
Cell::begin_overlapping (const box_type &b) const
Callers
15
_with_density
Method · 0.45
minmax_count
Method · 0.45
RecursiveShapeIterator
Method · 0.45
validate
Method · 0.45
unselect_cells
Method · 0.45
unselect_all_cells
Method · 0.45
select_cells
Method · 0.45
select_all_cells
Method · 0.45
bbox
Method · 0.45
next_shape
Method · 0.45
new_inst
Method · 0.45
push
Method · 0.45
Calls
1
update
Method · 0.45
Tested by
1
do_compare
Function · 0.36