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

Method is_iterated_array

src/db/db/dbArray.h:2334–2337  ·  view source on GitHub ↗

* @brief Test, if the array is an iterated one * * Returns true and the array parameters if the array is a iterated * one. If v is 0, no vector of points is returned */

Source from the content-addressed store, hash-verified

2332 * one. If v is 0, no vector of points is returned
2333 */
2334 bool is_iterated_array (std::vector<vector_type> *v = 0) const
2335 {
2336 return mp_base && mp_base->is_iterated_array (v);
2337 }
2338
2339 /**
2340 * @brief The translation operator

Callers 12

writeMethod · 0.45
dbArrayTests.ccFile · 0.45
set_complexMethod · 0.45
scale_and_snapFunction · 0.45
set_transMethod · 0.45
set_cplx_transMethod · 0.45
transform_arrayMethod · 0.45
MatrixHashMethod · 0.45
is_iterated_arrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected