| 94 | } |
| 95 | |
| 96 | LASreader::~LASreader() { |
| 97 | if (index) delete index; |
| 98 | if (copc_index) delete copc_index; |
| 99 | if (transform) transform->check_for_overflow(); |
| 100 | } |
| 101 | |
| 102 | void LASreader::dealloc() { |
| 103 | delete this; |
nothing calls this directly
no test coverage detected