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

Method transform

src/db/db/dbArray.h:2441–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2439 */
2440 template <class T>
2441 void transform (const T &tr, db::ArrayRepository *array_rep = 0)
2442 {
2443 transform_from (tr, *this);
2444 if (mp_base) {
2445 // transform the delegate
2446 transform_delegate (tr, array_rep);
2447 }
2448 }
2449
2450 /**
2451 * @brief Moves the arrays

Callers 6

transformMethod · 0.45
transformMethod · 0.45
begin_touchingMethod · 0.45
translateMethod · 0.45
transformedMethod · 0.45
transform_delegateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected