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

Function begin_layers

src/laybasic/laybasic/layLayoutViewBase.h:555–558  ·  view source on GitHub ↗

* @brief Begin iterator for the layers * * This iterator delivers recursively the layers of this view */

Source from the content-addressed store, hash-verified

553 * This iterator delivers recursively the layers of this view
554 */
555 LayerPropertiesConstIterator begin_layers () const
556 {
557 return get_properties ().begin_const_recursive ();
558 }
559
560 /**
561 * @brief End iterator for the layers

Callers 11

find_layerMethod · 0.70
erase_cellviewMethod · 0.70
add_new_layersMethod · 0.70
reload_layoutMethod · 0.70
redrawMethod · 0.70
do_prop_changedMethod · 0.70
remove_unused_layersMethod · 0.70
add_missing_layersMethod · 0.70
layer_snapshotMethod · 0.70
cv_transform_variantsMethod · 0.70

Calls 2

begin_const_recursiveMethod · 0.80
get_propertiesFunction · 0.50

Tested by

no test coverage detected