| 109 | } |
| 110 | |
| 111 | void LASreader::set_copcindex(COPCindex* copc_index) { |
| 112 | if (this->copc_index) delete this->copc_index; |
| 113 | this->copc_index = copc_index; |
| 114 | } |
| 115 | |
| 116 | void LASreader::set_filter(LASfilter* filter) { |
| 117 | this->filter = filter; |
no outgoing calls
no test coverage detected