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

Method inside_rectangle

LASlib/src/lasreadermerged.cpp:1304–1320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302}
1303
1304BOOL LASreaderMerged::inside_rectangle(const F64 min_x, const F64 min_y, const F64 max_x, const F64 max_y)
1305{
1306 inside = 3;
1307 r_min_x = min_x;
1308 r_min_y = min_y;
1309 r_max_x = max_x;
1310 r_max_y = max_y;
1311 orig_min_x = header.min_x;
1312 orig_min_y = header.min_y;
1313 orig_max_x = header.max_x;
1314 orig_max_y = header.max_y;
1315 header.min_x = min_x;
1316 header.min_y = min_y;
1317 header.max_x = max_x;
1318 header.max_y = max_y;
1319 return TRUE;
1320}
1321
1322BOOL LASreaderMerged::inside_copc_depth(const U8 mode, const I32 depth, const F32 resolution)
1323{

Callers 1

open_next_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected