| 196 | } |
| 197 | |
| 198 | db::ICplxTrans |
| 199 | CellView::context_trans () const |
| 200 | { |
| 201 | db::ICplxTrans trans; |
| 202 | for (std::vector <db::InstElement>::const_iterator p = specific_path ().begin (); p != specific_path ().end (); ++p) { |
| 203 | trans = trans * p->complex_trans (); |
| 204 | } |
| 205 | return trans; |
| 206 | } |
| 207 | |
| 208 | db::DCplxTrans |
| 209 | CellView::context_dtrans () const |