Home
last modified time | relevance | path

Searched refs:get_cell_bounding_box (Results 1 – 4 of 4) sorted by relevance

/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasquadtree.hpp66 void get_cell_bounding_box(const I32 cell_index, F32* min, F32* max) const;
67 void get_cell_bounding_box(const F64 x, const F64 y, F32* min, F32* max) const;
99 void get_cell_bounding_box(const F64 x, const F64 y, U32 level, F32* min, F32* max) const;
100 void get_cell_bounding_box(U32 level_index, U32 level, F32* min, F32* max) const;
101 void get_cell_bounding_box(U32 level_index, U32 level, F64* min, F64* max) const;
102 void get_cell_bounding_box(U32 level_index, F32* min, F32* max) const;
103 void get_cell_bounding_box(U32 level_index, F64* min, F64* max) const;
H A Dlasquadtree.cpp152 void LASquadtree::get_cell_bounding_box(const F64 x, const F64 y, F32* min, F32* max) const in get_cell_bounding_box() function in LASquadtree
154 get_cell_bounding_box(x, y, levels, min, max); in get_cell_bounding_box()
158 void LASquadtree::get_cell_bounding_box(U32 level_index, U32 level, F32* min, F32* max) const in get_cell_bounding_box() function in LASquadtree
207 void LASquadtree::get_cell_bounding_box(U32 level_index, U32 level, F64* min, F64* max) const in get_cell_bounding_box() function in LASquadtree
256 void LASquadtree::get_cell_bounding_box(U32 level_index, F32* min, F32* max) const in get_cell_bounding_box() function in LASquadtree
258 get_cell_bounding_box(level_index, levels, min, max); in get_cell_bounding_box()
262 void LASquadtree::get_cell_bounding_box(U32 level_index, F64* min, F64* max) const in get_cell_bounding_box() function in LASquadtree
264 get_cell_bounding_box(level_index, levels, min, max); in get_cell_bounding_box()
268 void LASquadtree::get_cell_bounding_box(const I32 cell_index, F32* min, F32* max) const in get_cell_bounding_box() function in LASquadtree
272 get_cell_bounding_box(level_index, level, min, max); in get_cell_bounding_box()
[all …]
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasquadtree.hpp66 void get_cell_bounding_box(const I32 cell_index, F32* min, F32* max) const;
67 void get_cell_bounding_box(const F64 x, const F64 y, F32* min, F32* max) const;
99 void get_cell_bounding_box(const F64 x, const F64 y, U32 level, F32* min, F32* max) const;
100 void get_cell_bounding_box(U32 level_index, U32 level, F32* min, F32* max) const;
101 void get_cell_bounding_box(U32 level_index, U32 level, F64* min, F64* max) const;
102 void get_cell_bounding_box(U32 level_index, F32* min, F32* max) const;
103 void get_cell_bounding_box(U32 level_index, F64* min, F64* max) const;
H A Dlasquadtree.cpp152 void LASquadtree::get_cell_bounding_box(const F64 x, const F64 y, F32* min, F32* max) const in get_cell_bounding_box() function in LASquadtree
154 get_cell_bounding_box(x, y, levels, min, max); in get_cell_bounding_box()
158 void LASquadtree::get_cell_bounding_box(U32 level_index, U32 level, F32* min, F32* max) const in get_cell_bounding_box() function in LASquadtree
207 void LASquadtree::get_cell_bounding_box(U32 level_index, U32 level, F64* min, F64* max) const in get_cell_bounding_box() function in LASquadtree
256 void LASquadtree::get_cell_bounding_box(U32 level_index, F32* min, F32* max) const in get_cell_bounding_box() function in LASquadtree
258 get_cell_bounding_box(level_index, levels, min, max); in get_cell_bounding_box()
262 void LASquadtree::get_cell_bounding_box(U32 level_index, F64* min, F64* max) const in get_cell_bounding_box() function in LASquadtree
264 get_cell_bounding_box(level_index, levels, min, max); in get_cell_bounding_box()
268 void LASquadtree::get_cell_bounding_box(const I32 cell_index, F32* min, F32* max) const in get_cell_bounding_box() function in LASquadtree
272 get_cell_bounding_box(level_index, level, min, max); in get_cell_bounding_box()
[all …]