| 96 | virtual const expr::ConditionalExpression* whereExpr() const; |
| 97 | virtual WhereMergeMode mergeMode() const; |
| 98 | virtual point_count_t read(PointViewPtr /*view*/, point_count_t /*num*/) |
| 99 | { return 0; } |
| 100 | }; |
| 101 | |
| 102 | } // namespace pdal |
no outgoing calls
no test coverage detected