| 114 | virtual point_count_t read(PointViewPtr view, point_count_t count); |
| 115 | virtual void done(PointTableRef table); |
| 116 | virtual bool eof() |
| 117 | { return m_index >= getNumPoints(); } |
| 118 | |
| 119 | TerrasolidReader& operator=(const TerrasolidReader&); // not implemented |
| 120 | TerrasolidReader(const TerrasolidReader&); // not implemented |
nothing calls this directly
no test coverage detected