| 3294 | } |
| 3295 | |
| 3296 | bool |
| 3297 | FilterStateObjectives::wants_cell (db::cell_index_type ci) const |
| 3298 | { |
| 3299 | return m_wants_all_cells || m_wants_cells.find (ci) != m_wants_cells.end (); |
| 3300 | } |
| 3301 | |
| 3302 | // -------------------------------------------------------------------------------- |
| 3303 | // FilterStateBase implementation |
no test coverage detected