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

Method quad_box

src/db/db/dbArray.h:1559–1562  ·  view source on GitHub ↗

* @brief For iterators supporting quads (iterated arrays), this method will return the quad bounding box * * Note that this method will only return a valid quad box is the quad_id is non-null. * * This method will return the bounding box of all array offsets in the quad. */

Source from the content-addressed store, hash-verified

1557 * This method will return the bounding box of all array offsets in the quad.
1558 */
1559 db::box<Coord> quad_box () const
1560 {
1561 return mp_base ? mp_base->quad_box () : db::box<Coord>::world ();
1562 }
1563
1564 /**
1565 * @brief For iterators supporting quads (iterated arrays), this method will skip the current quad

Callers

nothing calls this directly

Calls 2

worldFunction · 0.85
quad_boxMethod · 0.45

Tested by

no test coverage detected