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

Function do_create_state

src/db/db/dbLayoutQuery.cc:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 }
437
438 FilterStateBase *do_create_state (db::Layout *layout, tl::Eval &eval) const
439 {
440 return new ShapeFilterState (this, m_layers, m_flags, eval, layout, m_reading, m_pids);
441 }
442
443 FilterBase *clone (LayoutQuery *q) const
444 {

Callers 1

create_stateMethod · 0.85

Calls 4

to_stringFunction · 0.70
ExceptionFunction · 0.50
trFunction · 0.50
is_editableMethod · 0.45

Tested by

no test coverage detected