Home
last modified time | relevance | path

Searched refs:r_max_y (Results 1 – 19 of 19) sorted by relevance

/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasquadtree.cpp914 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells()
935 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells()
954 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells()
1000 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells_adaptive()
1021 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells_adaptive()
1040 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells_adaptive()
1252 if (r_max_y <= cell_mid_y) in intersect_circle_with_cells()
1273 if (r_max_y <= cell_mid_y) in intersect_circle_with_cells()
1292 if (r_max_y <= cell_mid_y) in intersect_circle_with_cells()
1341 if (r_max_y <= cell_mid_y) in intersect_circle_with_cells_adaptive()
[all …]
H A Dlasquadtree.hpp76 …32 intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y);
134 …t_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, U32 level);
148 …cells(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, const F32 cell_m…
149 …ptive(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, const F32 cell_m…
152 …dius, const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, const F32 cell_m…
153 …dius, const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, const F32 cell_m…
154 …r_y, const F64 radius, const F32 r_min_x, const F32 r_max_x, const F32 r_min_y, const F32 r_max_y);
H A Dlasindex.hpp77 …OL intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y);
H A Dlasindex.cpp243 …ex::intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y) in intersect_rectangle() argument
246 cells = spatial->intersect_rectangle(r_min_x, r_min_y, r_max_x, r_max_y); in intersect_rectangle()
H A Dlaspoint.hpp388 …BOOL inside_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y) … in inside_rectangle()
394 if (xy < r_min_y || xy >= r_max_y) return FALSE; in inside_rectangle()
H A Dlaszip_dll.cpp4466 , const laszip_F64 r_max_y in laszip_inside_rectangle() argument
4496 laszip_dll->lax_r_max_y = r_max_y; in laszip_inside_rectangle()
4500 if (laszip_dll->lax_index->intersect_rectangle(r_min_x, r_min_y, r_max_x, r_max_y)) in laszip_inside_rectangle()
4512 …if ((laszip_dll->header.min_x > r_max_x) || (laszip_dll->header.min_y > r_max_y) || (laszip_dll->h… in laszip_inside_rectangle()
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasquadtree.cpp914 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells()
935 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells()
954 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells()
1000 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells_adaptive()
1021 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells_adaptive()
1040 if (r_max_y <= cell_mid_y) in intersect_rectangle_with_cells_adaptive()
1252 if (r_max_y <= cell_mid_y) in intersect_circle_with_cells()
1273 if (r_max_y <= cell_mid_y) in intersect_circle_with_cells()
1292 if (r_max_y <= cell_mid_y) in intersect_circle_with_cells()
1341 if (r_max_y <= cell_mid_y) in intersect_circle_with_cells_adaptive()
[all …]
H A Dlasquadtree.hpp76 …32 intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y);
134 …t_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, U32 level);
148 …cells(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, const F32 cell_m…
149 …ptive(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, const F32 cell_m…
152 …dius, const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, const F32 cell_m…
153 …dius, const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y, const F32 cell_m…
154 …r_y, const F64 radius, const F32 r_min_x, const F32 r_max_x, const F32 r_min_y, const F32 r_max_y);
H A Dlasindex.hpp77 …OL intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y);
H A Dlasindex.cpp243 …ex::intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y) in intersect_rectangle() argument
246 cells = spatial->intersect_rectangle(r_min_x, r_min_y, r_max_x, r_max_y); in intersect_rectangle()
H A Dlaspoint.hpp387 …BOOL inside_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y) … in inside_rectangle()
393 if (xy < r_min_y || xy >= r_max_y) return FALSE; in inside_rectangle()
H A Dlaszip_dll.cpp4418 , const laszip_F64 r_max_y in laszip_inside_rectangle() argument
4448 laszip_dll->lax_r_max_y = r_max_y; in laszip_inside_rectangle()
4452 if (laszip_dll->lax_index->intersect_rectangle(r_min_x, r_min_y, r_max_x, r_max_y)) in laszip_inside_rectangle()
4464 …if ((laszip_dll->header.min_x > r_max_x) || (laszip_dll->header.min_y > r_max_y) || (laszip_dll->h… in laszip_inside_rectangle()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/attic/
H A DLocalize_method.cpp139 doublevar r_max_x, doublevar r_max_y, doublevar r_max_z, in sphere_check() argument
143 if (((pos(0)-r_max_x)*(pos(0)-r_max_x)+(pos(1)-r_max_y)*(pos(1)-r_max_y) in sphere_check()
151 doublevar r_max_x, doublevar r_max_y, doublevar r_max_z, in pbc_check() argument
165 if (sphere_check(new_pos,r_max_x,r_max_y,r_max_z,radius)) return true; in pbc_check()
/dports/misc/lastools/LAStools-8ff2694/LASlib/inc/
H A Dlasreader.hpp91 inline F64 get_r_max_y() const { return r_max_y; }; in get_r_max_y()
134 F64 r_min_x, r_min_y, r_max_x, r_max_y; member in LASreader
/dports/archivers/laszip/LASzip-3.4.3/dll/
H A Dlaszip_api.c832 , laszip_F64 r_max_y
843 , laszip_F64 r_max_y in laszip_inside_rectangle() argument
849 return (*laszip_inside_rectangle_ptr)(pointer, r_min_x, r_min_y, r_max_x, r_max_y, is_empty); in laszip_inside_rectangle()
/dports/misc/lastools/LAStools-8ff2694/LASzip/dll/
H A Dlaszip_api.c832 , laszip_F64 r_max_y
843 , laszip_F64 r_max_y in laszip_inside_rectangle() argument
849 return (*laszip_inside_rectangle_ptr)(pointer, r_min_x, r_min_y, r_max_x, r_max_y, is_empty); in laszip_inside_rectangle()
/dports/misc/lastools/LAStools-8ff2694/LASlib/src/
H A Dlasreader.cpp76 r_max_y = 0; in LASreader()
274 r_max_y = max_y; in inside_rectangle()
361 if (point.inside_rectangle(r_min_x, r_min_y, r_max_x, r_max_y)) return TRUE; in read_point_inside_rectangle()
370 …if (read_point_default() && point.inside_rectangle(r_min_x, r_min_y, r_max_x, r_max_y)) return TRU… in read_point_inside_rectangle_indexed()
H A Dlasreaderbuffered.cpp438 r_max_y = max_y; in inside_rectangle()
H A Dlasreadermerged.cpp1232 r_max_y = max_y; in inside_rectangle()
1574 if (inside == 3) lasreader->inside_rectangle(r_min_x, r_min_y, r_max_x, r_max_y); in open_next_file()