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

Method selection_bbox

src/laybasic/laybasic/layEditable.cc:168–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168db::DBox
169Editables::selection_bbox ()
170{
171 db::DBox sel_bbox;
172 for (iterator e = begin (); e != end (); ++e) {
173 sel_bbox += e->selection_bbox ();
174 }
175 return sel_bbox;
176}
177
178db::DBox
179Editables::selection_catch_bbox ()

Callers 2

start_moveMethod · 0.45
selection_catch_bboxMethod · 0.45

Calls 2

beginFunction · 0.70
endFunction · 0.70

Tested by

no test coverage detected