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

Method create_state

src/db/db/dbLayoutQuery.cc:2920–2926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2918}
2919
2920FilterStateBase *
2921FilterBase::create_state (const std::vector<FilterStateBase *> &followers, db::Layout *layout, tl::Eval &eval, bool /*single*/) const
2922{
2923 FilterStateBase *b = do_create_state (layout, eval);
2924 b->connect (followers);
2925 return b;
2926}
2927
2928void
2929FilterBase::connect (FilterBase *follower)

Callers 3

initMethod · 0.80
create_state_helperMethod · 0.80
childMethod · 0.80

Calls 5

do_create_stateFunction · 0.85
maxFunction · 0.85
connectMethod · 0.45
emptyMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected