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

Function is_cell_box_layer

src/laybasic/laybasic/layLayerProperties.h:544–547  ·  view source on GitHub ↗

* @brief cell_box layer attribute * * This attribute is true, if the layer provides cell boxes. */

Source from the content-addressed store, hash-verified

542 * This attribute is true, if the layer provides cell boxes.
543 */
544 bool is_cell_box_layer () const
545 {
546 return source (true).special_purpose () == lay::ParsedLayerSource::SP_CellFrame;
547 }
548
549 /**
550 * @brief Set the transparency state

Callers 2

is_visualMethod · 0.85
bboxMethod · 0.85

Calls 1

sourceFunction · 0.50

Tested by

no test coverage detected