| 1047 | } |
| 1048 | |
| 1049 | void |
| 1050 | Layout::insert (db::cell_index_type cell, int layer, const db::Region ®ion) |
| 1051 | { |
| 1052 | region.insert_into (this, cell, layer); |
| 1053 | } |
| 1054 | |
| 1055 | void |
| 1056 | Layout::insert (db::cell_index_type cell, int layer, const db::Edges &edges) |