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

Method context_trans

src/laybasic/laybasic/layCellView.cc:198–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198db::ICplxTrans
199CellView::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
208db::DCplxTrans
209CellView::context_dtrans () const

Callers 15

test_2Method · 0.80
pasteMethod · 0.80
timeoutMethod · 0.80
modify_shapeMethod · 0.80
transform_selectionMethod · 0.80
snap_marker_to_gridMethod · 0.80
selection_bboxMethod · 0.80
single_selected_pointMethod · 0.80
single_selected_edgeMethod · 0.80
do_selection_to_viewMethod · 0.80

Calls 4

is_validFunction · 0.70
beginMethod · 0.45
endMethod · 0.45
complex_transMethod · 0.45

Tested by 1

test_2Method · 0.64