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

Method set_resolution

LASlib/src/lasreader.cpp:3260–3263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3258}
3259
3260void LASreadOpener::set_resolution(const F32 resolution) {
3261 inside_depth_opener = 2;
3262 copc_resolution = resolution;
3263}
3264
3265BOOL LASreadOpener::active() const {
3266 return ((file_name_current < file_name_number) || use_stdin);

Callers 1

inside_copc_depthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected