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

Method inside_copc_depth

LASlib/src/lasreadermerged.cpp:1322–1331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1320}
1321
1322BOOL LASreaderMerged::inside_copc_depth(const U8 mode, const I32 depth, const F32 resolution)
1323{
1324 if (!header.vlr_copc_info)
1325 return FALSE;
1326
1327 inside_depth = mode;
1328 copc_depth = depth;
1329 copc_resolution = resolution;
1330 return TRUE;
1331}
1332
1333I32 LASreaderMerged::get_format() const
1334{

Callers 1

open_next_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected