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

Method context_dtrans

src/laybasic/laybasic/layCellView.cc:208–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208db::DCplxTrans
209CellView::context_dtrans () const
210{
211 tl_assert (m_layout_href.get () != 0);
212
213 db::CplxTrans dbu_trans (m_layout_href->layout ().dbu ());
214 return dbu_trans * context_trans () * dbu_trans.inverted ();
215}
216
217
218// -------------------------------------------------------------

Callers 3

test_2Method · 0.80
adjust_viewMethod · 0.80
update_highlightsMethod · 0.80

Calls 5

is_validFunction · 0.70
getMethod · 0.45
dbuMethod · 0.45
layoutMethod · 0.45
invertedMethod · 0.45

Tested by 1

test_2Method · 0.64