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

Method set_inside_rectangle

LASlib/src/lasreader.cpp:3247–3253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3245}
3246
3247void LASreadOpener::set_inside_rectangle(const F64 min_x, const F64 min_y, const F64 max_x, const F64 max_y) {
3248 if (inside_rectangle == 0) inside_rectangle = new F64[4];
3249 inside_rectangle[0] = min_x;
3250 inside_rectangle[1] = min_y;
3251 inside_rectangle[2] = max_x;
3252 inside_rectangle[3] = max_y;
3253}
3254
3255void LASreadOpener::set_max_depth(const I32 max_depth) {
3256 inside_depth_opener = 1;

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected