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

Function trans_vector

src/laybasic/laybasic/layMarker.h:350–353  ·  view source on GitHub ↗

* @brief Obtain the transformation vector (0 if none is set) */

Source from the content-addressed store, hash-verified

348 * @brief Obtain the transformation vector (0 if none is set)
349 */
350 const std::vector<db::DCplxTrans> *trans_vector () const
351 {
352 return mp_trans_vector;
353 }
354
355 /**
356 * @brief Get the cellview index that this marker refers to

Callers 1

renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected