Home
last modified time | relevance | path

Searched refs:LASreadPoint (Results 1 – 14 of 14) sorted by relevance

/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dlasreadpoint.cpp45 LASreadPoint::LASreadPoint(U32 decompress_selective) in LASreadPoint() function in LASreadPoint
73 BOOL LASreadPoint::setup(U32 num_items, const LASitem* items, const LASzip* laszip) in setup()
302 BOOL LASreadPoint::init(ByteStreamIn* instream) in init()
328 BOOL LASreadPoint::seek(const U32 current, const U32 target) in seek()
405 BOOL LASreadPoint::read(U8* const * point) in read()
536 BOOL LASreadPoint::check_end() in check_end()
562 BOOL LASreadPoint::done() in done()
568 BOOL LASreadPoint::init_dec() in init_dec()
588 BOOL LASreadPoint::read_chunk_table() in read_chunk_table()
778 U32 LASreadPoint::search_chunk_table(const U32 index, const U32 lower, const U32 upper) in search_chunk_table()
[all …]
H A Dlasreadpoint.hpp55 class LASreadPoint class
58 LASreadPoint(U32 decompress_selective=LASZIP_DECOMPRESS_SELECTIVE_ALL);
59 ~LASreadPoint();
H A Dlasunzipper.hpp50 class LASreadPoint;
72 LASreadPoint* reader;
H A Dlasindex.hpp49 class LASreadPoint;
93 BOOL seek_next(LASreadPoint* reader, I64 &p_count);
H A Dlasunzipper.cpp46 reader = new LASreadPoint(); in open()
64 reader = new LASreadPoint(); in open()
H A Dlasindex.cpp646 BOOL LASindex::seek_next(LASreadPoint* reader, I64 &p_count) in seek_next()
H A Dlaszip_dll.cpp132 LASreadPoint* reader;
4264 laszip_dll->reader = new LASreadPoint(laszip_dll->las14_decompress_selective); in laszip_read_header()
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dlasreadpoint.cpp45 LASreadPoint::LASreadPoint(U32 decompress_selective) in LASreadPoint() function in LASreadPoint
73 BOOL LASreadPoint::setup(U32 num_items, const LASitem* items, const LASzip* laszip) in setup()
302 BOOL LASreadPoint::init(ByteStreamIn* instream) in init()
328 BOOL LASreadPoint::seek(const U32 current, const U32 target) in seek()
405 BOOL LASreadPoint::read(U8* const * point) in read()
536 BOOL LASreadPoint::check_end() in check_end()
562 BOOL LASreadPoint::done() in done()
568 BOOL LASreadPoint::init_dec() in init_dec()
588 BOOL LASreadPoint::read_chunk_table() in read_chunk_table()
746 U32 LASreadPoint::search_chunk_table(const U32 index, const U32 lower, const U32 upper) in search_chunk_table()
[all …]
H A Dlasreadpoint.hpp55 class LASreadPoint class
58 LASreadPoint(U32 decompress_selective=LASZIP_DECOMPRESS_SELECTIVE_ALL);
59 ~LASreadPoint();
H A Dlasindex.hpp49 class LASreadPoint;
93 BOOL seek_next(LASreadPoint* reader, I64 &p_count);
H A Dlasindex.cpp622 BOOL LASindex::seek_next(LASreadPoint* reader, I64 &p_count) in seek_next()
H A Dlaszip_dll.cpp129 LASreadPoint* reader;
4222 laszip_dll->reader = new LASreadPoint(laszip_dll->las14_decompress_selective); in laszip_read_header()
/dports/misc/lastools/LAStools-8ff2694/LASlib/inc/
H A Dlasreader_las.hpp57 class LASreadPoint;
87 LASreadPoint* reader;
/dports/misc/lastools/LAStools-8ff2694/LASlib/src/
H A Dlasreader_las.cpp1243 reader = new LASreadPoint(decompress_selective); in open()