| 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 | { |
no test coverage detected