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

Method set_decompress_selective

LASlib/src/lasreader.cpp:3220–3231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3218}
3219
3220void LASreadOpener::set_decompress_selective(U32 decompress_selective) {
3221 this->decompress_selective = decompress_selective;
3222 if (filter) {
3223 this->decompress_selective |= filter->get_decompress_selective();
3224 }
3225 if (transform) {
3226 this->decompress_selective |= transform->get_decompress_selective();
3227 }
3228 if (ignore) {
3229 this->decompress_selective |= ignore->get_decompress_selective();
3230 }
3231}
3232
3233void LASreadOpener::set_inside_tile(const F32 ll_x, const F32 ll_y, const F32 size) {
3234 if (inside_tile == 0) inside_tile = new F32[3];

Callers 4

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
runMethod · 0.80

Calls 1

Tested by

no test coverage detected