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

Method complex_trans

src/db/db/dbArray.h:2300–2303  ·  view source on GitHub ↗

* @brief Return the complex_transformation * * Returns the complex transformation that incorporates magnification and arbitrary angle rotation. * This method returns the complex transformation for the first element in the array. To obtain the * complex transformation for a specific element, use 'complex_trans (*iter)' instead. */

Source from the content-addressed store, hash-verified

2298 * complex transformation for a specific element, use 'complex_trans (*iter)' instead.
2299 */
2300 complex_trans_type complex_trans () const
2301 {
2302 return mp_base ? mp_base->complex_trans (simple_trans_type (m_trans)) : complex_trans_type (m_trans);
2303 }
2304
2305 /**
2306 * @brief Return the complex_transformation

Callers 15

cm_flatten_instsMethod · 0.45
resolveMethod · 0.45
cm_resolve_arefsMethod · 0.45
double_clickedMethod · 0.45
updateMethod · 0.45
do_apply_instMethod · 0.45
transient_selectMethod · 0.45
display_statusMethod · 0.45
do_selection_to_viewMethod · 0.45
descriptionMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by 12

collect2Function · 0.36
print_cell_instMethod · 0.36
inst2strFunction · 0.36
positionsFunction · 0.36
transformedMethod · 0.36
operator()Method · 0.36
p2sFunction · 0.36
operator()Method · 0.36
c2sFunction · 0.36
c2s_unsortedFunction · 0.36
operator()Method · 0.36
ct2sFunction · 0.36