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

Method is_complex

src/db/db/dbArray.h:2278–2281  ·  view source on GitHub ↗

* @brief Test, if the array is a complex array * * Returns true if the array represents complex instances (that is, with magnification and * arbitrary rotation angles). */

Source from the content-addressed store, hash-verified

2276 * arbitrary rotation angles).
2277 */
2278 bool is_complex () const
2279 {
2280 return mp_base && mp_base->is_complex ();
2281 }
2282
2283 /**
2284 * @brief Return the type code

Callers 15

test_6_LayoutMethod · 0.45
test_6_Layout_propsMethod · 0.45
resolveMethod · 0.45
cm_resolve_arefsMethod · 0.45
do_apply_instMethod · 0.45
operator()Method · 0.45
write_inst_with_repMethod · 0.45
write_instMethod · 0.45
make_cell_instanceMethod · 0.45
make_objectMethod · 0.45
compress_instancesMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_6_LayoutMethod · 0.36
test_6_Layout_propsMethod · 0.36