Home
last modified time | relevance | path

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

/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasquadtree.cpp803 if (r_max_x <= min_x || !(r_min_x <= max_x) || r_max_y <= min_y || !(r_min_y <= max_y)) in intersect_rectangle()
814 …intersect_rectangle_with_cells(r_min_x, r_min_y, r_max_x, r_max_y, min_x, max_x, min_y, max_y, lev… in intersect_rectangle()
822 return intersect_rectangle(r_min_x, r_min_y, r_max_x, r_max_y, levels); in intersect_rectangle()
874 F64 r_max_x = center_x + radius; in intersect_circle() local
877 if (r_max_x <= min_x || !(r_min_x <= max_x) || r_max_y <= min_y || !(r_min_y <= max_y)) in intersect_circle()
911 if (r_max_x <= cell_mid_x) in intersect_rectangle_with_cells()
997 if (r_max_x <= cell_mid_x) in intersect_rectangle_with_cells_adaptive()
1249 if (r_max_x <= cell_mid_x) in intersect_circle_with_cells()
1338 if (r_max_x <= cell_mid_x) in intersect_circle_with_cells_adaptive()
1416 if (r_max_x < center_x) // R to left of circle center in intersect_circle_with_rectangle()
[all …]
H A Dlasquadtree.hpp76 …U32 intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y…
134 …U32 intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y…
148 …void intersect_rectangle_with_cells(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const…
149 …ngle_with_cells_adaptive(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_…
152 …ter_y, const F64 radius, const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_…
153 …ter_y, const F64 radius, const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_…
154 …er_x, const F64 center_y, const F64 radius, const F32 r_min_x, const F32 r_max_x, const F32 r_min_…
H A Dlasindex.hpp77 …BOOL intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_…
H A Dlasindex.cpp243 BOOL LASindex::intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F… 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() argument
392 if (xy < r_min_x || xy >= r_max_x) return FALSE; in inside_rectangle()
H A Dlaszip_dll.cpp4465 , const laszip_F64 r_max_x in laszip_inside_rectangle() argument
4495 laszip_dll->lax_r_max_x = r_max_x; 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.cpp803 if (r_max_x <= min_x || !(r_min_x <= max_x) || r_max_y <= min_y || !(r_min_y <= max_y)) in intersect_rectangle()
814 …intersect_rectangle_with_cells(r_min_x, r_min_y, r_max_x, r_max_y, min_x, max_x, min_y, max_y, lev… in intersect_rectangle()
822 return intersect_rectangle(r_min_x, r_min_y, r_max_x, r_max_y, levels); in intersect_rectangle()
874 F64 r_max_x = center_x + radius; in intersect_circle() local
877 if (r_max_x <= min_x || !(r_min_x <= max_x) || r_max_y <= min_y || !(r_min_y <= max_y)) in intersect_circle()
911 if (r_max_x <= cell_mid_x) in intersect_rectangle_with_cells()
997 if (r_max_x <= cell_mid_x) in intersect_rectangle_with_cells_adaptive()
1249 if (r_max_x <= cell_mid_x) in intersect_circle_with_cells()
1338 if (r_max_x <= cell_mid_x) in intersect_circle_with_cells_adaptive()
1416 if (r_max_x < center_x) // R to left of circle center in intersect_circle_with_rectangle()
[all …]
H A Dlasquadtree.hpp76 …U32 intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y…
134 …U32 intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_y…
148 …void intersect_rectangle_with_cells(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const…
149 …ngle_with_cells_adaptive(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_…
152 …ter_y, const F64 radius, const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_…
153 …ter_y, const F64 radius, const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_…
154 …er_x, const F64 center_y, const F64 radius, const F32 r_min_x, const F32 r_max_x, const F32 r_min_…
H A Dlasindex.hpp77 …BOOL intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F64 r_max_…
H A Dlasindex.cpp243 BOOL LASindex::intersect_rectangle(const F64 r_min_x, const F64 r_min_y, const F64 r_max_x, const F… 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() argument
391 if (xy < r_min_x || xy >= r_max_x) return FALSE; in inside_rectangle()
H A Dlaszip_dll.cpp4417 , const laszip_F64 r_max_x in laszip_inside_rectangle() argument
4447 laszip_dll->lax_r_max_x = r_max_x; 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.hpp90 inline F64 get_r_max_x() const { return r_max_x; }; in get_r_max_x()
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.c831 , laszip_F64 r_max_x
842 , laszip_F64 r_max_x 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.c831 , laszip_F64 r_max_x
842 , laszip_F64 r_max_x 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.cpp75 r_max_x = 0; in LASreader()
273 r_max_x = max_x; 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.cpp437 r_max_x = max_x; in inside_rectangle()
H A Dlasreadermerged.cpp1231 r_max_x = max_x; 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()