Home
last modified time | relevance | path

Searched refs:intersect_tile (Results 1 – 9 of 9) sorted by relevance

/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasindex.hpp78 BOOL intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size);
H A Dlasquadtree.hpp77 U32 intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size);
135 U32 intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size, U32 level);
H A Dlasindex.cpp253 BOOL LASindex::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size) in intersect_tile() function in LASindex
256 cells = spatial->intersect_tile(ll_x, ll_y, size); in intersect_tile()
H A Dlasquadtree.cpp825 U32 LASquadtree::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size, U32 level) in intersect_tile() function in LASquadtree
856 U32 LASquadtree::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size) in intersect_tile() function in LASquadtree
858 return intersect_tile(ll_x, ll_y, size, levels); in intersect_tile()
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasindex.hpp78 BOOL intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size);
H A Dlasquadtree.hpp77 U32 intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size);
135 U32 intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size, U32 level);
H A Dlasindex.cpp253 BOOL LASindex::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size) in intersect_tile() function in LASindex
256 cells = spatial->intersect_tile(ll_x, ll_y, size); in intersect_tile()
H A Dlasquadtree.cpp825 U32 LASquadtree::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size, U32 level) in intersect_tile() function in LASquadtree
856 U32 LASquadtree::intersect_tile(const F32 ll_x, const F32 ll_y, const F32 size) in intersect_tile() function in LASquadtree
858 return intersect_tile(ll_x, ll_y, size, levels); in intersect_tile()
/dports/misc/lastools/LAStools-8ff2694/LASlib/src/
H A Dlasreader.cpp192 if (index) index->intersect_tile(ll_x, ll_y, size); in inside_tile()
204 if (index) index->intersect_tile(ll_x, ll_y, size); in inside_tile()