MCPcopy 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
556Cell::const_iterator
557Cell::begin () const
558{
559 mp_layout->update ();
560 return m_instances.begin ();
561}
562
563Cell::overlapping_iterator
564Cell::begin_overlapping (const box_type &b) const

Callers 15

_with_densityMethod · 0.45
minmax_countMethod · 0.45
validateMethod · 0.45
unselect_cellsMethod · 0.45
unselect_all_cellsMethod · 0.45
select_cellsMethod · 0.45
select_all_cellsMethod · 0.45
bboxMethod · 0.45
next_shapeMethod · 0.45
new_instMethod · 0.45
pushMethod · 0.45

Calls 1

updateMethod · 0.45

Tested by 1

do_compareFunction · 0.36