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

Method realize_source

src/laybasic/laybasic/layLayerProperties.cc:564–571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564void
565LayerProperties::realize_source () const
566{
567 // do as much as we can. The node implementation will provide a
568 // parent and a view if possible.
569 merge_source (0);
570 do_realize (0);
571}
572
573void
574LayerProperties::touch ()

Callers 4

cm_change_layerMethod · 0.80
get_edit_layerMethod · 0.80
update_edit_layerMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected