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

Method array

src/db/db/dbArray.h:1631–1635  ·  view source on GitHub ↗

* @brief The default constructor */

Source from the content-addressed store, hash-verified

1629 * @brief The default constructor
1630 */
1631 array ()
1632 : m_obj (), m_trans (), mp_base (0)
1633 {
1634 // .. nothing yet ..
1635 }
1636
1637 /**
1638 * @brief The array constructor

Callers 8

_call_f_array_c0Function · 0.80
_call_f_array_c0Function · 0.80
computeMethod · 0.80
write_shapesMethod · 0.80
do_readMethod · 0.80
compress_shapesMethod · 0.80
draw_layer_wo_cacheMethod · 0.80
shapes_sizeFunction · 0.80

Calls 3

insertMethod · 0.45
is_complexMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected