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

Method need_realize

src/laybasic/laybasic/layLayerProperties.cc:581–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void
582LayerProperties::need_realize (unsigned int flags, bool /*force*/)
583{
584 touch ();
585
586 if ((flags & nr_source) != 0) {
587 m_realize_needed_source = true;
588 }
589 if ((flags & nr_visual) != 0) {
590 m_realize_needed_visual = true;
591 }
592}
593
594void
595LayerProperties::expanded_state_changed ()

Callers

nothing calls this directly

Calls 11

realize_needed_visualFunction · 0.85
realize_needed_sourceFunction · 0.85
replace_layer_nodeMethod · 0.80
parentFunction · 0.70
is_validFunction · 0.70
viewFunction · 0.70
beginMethod · 0.45
endMethod · 0.45
touchMethod · 0.45
parentMethod · 0.45
set_propertiesMethod · 0.45

Tested by

no test coverage detected