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

Method dealloc

LASlib/src/lasreader.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void LASreader::dealloc() {
103 delete this;
104}
105
106void LASreader::set_index(LASindex* index) {
107 if (this->index) delete this->index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected