MCPcopy Create free account
hub / github.com/LAStools/LAStools / set_copcindex

Method set_copcindex

LASlib/src/lasreader.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

openMethod · 0.45
open_next_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected