MCPcopy Create free account
hub / github.com/LAStools/LAStools / ~LASreader

Method ~LASreader

LASlib/src/lasreader.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96LASreader::~LASreader() {
97 if (index) delete index;
98 if (copc_index) delete copc_index;
99 if (transform) transform->check_for_overflow();
100}
101
102void LASreader::dealloc() {
103 delete this;

Callers

nothing calls this directly

Calls 1

check_for_overflowMethod · 0.80

Tested by

no test coverage detected