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

Function replace_layer_node

src/laybasic/laybasic/layLayoutViewBase.h:504–507  ·  view source on GitHub ↗

* @brief Replace the layer node with a new one for the current layer list */

Source from the content-addressed store, hash-verified

502 * @brief Replace the layer node with a new one for the current layer list
503 */
504 void replace_layer_node (const LayerPropertiesConstIterator &iter, const LayerPropertiesNode &props)
505 {
506 replace_layer_node (current_layer_list (), iter, props);
507 }
508
509 /**
510 * @brief Replace the layer node with a new one for the layer list with the given index

Callers 2

redoMethod · 0.85
undoMethod · 0.85

Calls 1

current_layer_listFunction · 0.85

Tested by

no test coverage detected