| 136 | PointViewSet execute(PointTableRef table); |
| 137 | |
| 138 | virtual void execute(StreamPointTable& table) |
| 139 | { |
| 140 | throw pdal_error("Attempting to use stream mode with a non-streamable " |
| 141 | "stage."); |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | Determine if a pipeline with this stage as a sink is streamable. |