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

Method touch

src/laybasic/laybasic/layLayerProperties.cc:573–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void
574LayerProperties::touch ()
575{
576 if (++m_gen_id == 0) {
577 ++m_gen_id;
578 }
579}
580
581void
582LayerProperties::need_realize (unsigned int flags, bool /*force*/)

Callers 1

need_realizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected