| 104 | } |
| 105 | |
| 106 | void LASreader::set_index(LASindex* index) { |
| 107 | if (this->index) delete this->index; |
| 108 | this->index = index; |
| 109 | } |
| 110 | |
| 111 | void LASreader::set_copcindex(COPCindex* copc_index) { |
| 112 | if (this->copc_index) delete this->copc_index; |
no outgoing calls
no test coverage detected