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

Method execute

src/db/db/dbLayoutQuery.cc:2858–2865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2856}
2857
2858void
2859LayoutQuery::execute (db::Layout &layout, db::Cell *cell, tl::Eval *context)
2860{
2861 LayoutQueryIterator iq (*this, &layout, cell, context);
2862 while (! iq.at_end ()) {
2863 ++iq;
2864 }
2865}
2866
2867unsigned int
2868LayoutQuery::register_property (const std::string &name, LayoutQueryPropertyType type)

Callers 15

_with_densityMethod · 0.45
_fillMethod · 0.45
_tcmdMethod · 0.45
_tcmd_a2Method · 0.45
_tdcmdMethod · 0.45
q2s_exprFunction · 0.45
processMethod · 0.45
selectedMethod · 0.45
set_option_by_methodMethod · 0.45

Calls 1

at_endMethod · 0.45

Tested by 1

q2s_exprFunction · 0.36