| 60 | } |
| 61 | |
| 62 | LASzip::~LASzip() |
| 63 | { |
| 64 | if (error_string) free(error_string); |
| 65 | if (items) delete [] items; |
| 66 | if (bytes) delete [] bytes; |
| 67 | } |
| 68 | |
| 69 | // the data of the LASzip VLR |
| 70 | // U16 compressor 2 bytes |
nothing calls this directly
no outgoing calls
no test coverage detected