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

Method ensure_realized

src/laybasic/laybasic/layLayerProperties.cc:336–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void
337LayerProperties::ensure_realized () const
338{
339 refresh ();
340 if (m_realize_needed_source) {
341 realize_source ();
342 m_realize_needed_source = false;
343 }
344 if (m_realize_needed_visual) {
345 realize_visual ();
346 m_realize_needed_visual = false;
347 }
348}
349
350void
351LayerProperties::ensure_source_realized () const

Callers 2

operator==Method · 0.80

Calls 1

refreshFunction · 0.70

Tested by

no test coverage detected