| 138 | |
| 139 | |
| 140 | void InfoFilter::prepared(PointTableRef table) |
| 141 | { |
| 142 | m_dims = table.layout()->dimTypes(); |
| 143 | m_pointSize = table.layout()->pointSize(); |
| 144 | if (m_pointSpec.size()) |
| 145 | parsePointSpec(); |
| 146 | if (m_querySpec.size()) |
| 147 | parseQuerySpec(); |
| 148 | } |
| 149 | |
| 150 | |
| 151 | void InfoFilter::initialize(PointTableRef table) |