| 2856 | } |
| 2857 | |
| 2858 | void |
| 2859 | LayoutQuery::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 | |
| 2867 | unsigned int |
| 2868 | LayoutQuery::register_property (const std::string &name, LayoutQueryPropertyType type) |