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

Method transformed

src/db/db/dbArray.h:2489–2494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2487 */
2488 template <class T>
2489 array transformed (const T &tr, db::ArrayRepository *array_rep = 0) const
2490 {
2491 array a (*this);
2492 a.transform (tr, array_rep);
2493 return a;
2494 }
2495
2496 /**
2497 * @brief A dummy implementation of the "scaled" function for API compatibility

Callers

nothing calls this directly

Calls 1

transformMethod · 0.45

Tested by

no test coverage detected