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

Method set_index

LASlib/src/lasreader.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

openMethod · 0.45
open_next_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected