| 490 | std::string getName() const |
| 491 | { return "checker"; } |
| 492 | Checker(PointViewPtr v) : m_cnt(0), m_view(v), |
| 493 | m_bulkBuf(v->pointSize()), m_buf(v->pointSize()), |
| 494 | m_dims(v->dimTypes()) |
| 495 | {} |
| 496 | private: |
| 497 | point_count_t m_cnt; |
| 498 | PointViewPtr m_view; |