| 166 | } |
| 167 | |
| 168 | db::DBox |
| 169 | Editables::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 | |
| 178 | db::DBox |
| 179 | Editables::selection_catch_bbox () |
no test coverage detected