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

Function reset

src/db/db/dbLayoutQuery.cc:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 virtual void reset (FilterStateBase *previous)
125 {
126 FilterStateBase::reset (previous);
127 m_done = false;
128 }
129
130 virtual void next (bool)
131 {

Callers

nothing calls this directly

Calls 15

cell_matchesFunction · 0.85
validate_instanceFunction · 0.85
next_valid_instanceFunction · 0.85
to_ulongMethod · 0.80
is_valid_cell_indexMethod · 0.80
begin_top_downMethod · 0.80
end_top_cellsMethod · 0.80
begin_child_cellsMethod · 0.80
objectMethod · 0.80
end_top_downMethod · 0.80
to_boolMethod · 0.80
get_propertyFunction · 0.70

Tested by

no test coverage detected