Home
last modified time | relevance | path

Searched refs:lazperf (Results 1 – 25 of 75) sorted by relevance

123

/dports/archivers/lazperf/laz-perf-2.0.0/cmake/
H A Dinstall.cmake8 configure_file(../cmake/lazperf-config.cmake ${CMAKE_CURRENT_BINARY_DIR}/lazperf-config.cmake
14 lazperf/lazperf.hpp
15 lazperf/filestream.hpp
16 lazperf/vlr.hpp
17 lazperf/io.hpp
19 include/lazperf
26 lazperf-targets
32 lazperf-targets
34 lazperf-targets.cmake
51 ${CMAKE_CURRENT_BINARY_DIR}/lazperf-config.cmake
[all …]
H A Dlazperf-config.cmake1 include(${CMAKE_CURRENT_LIST_DIR}/lazperf-targets.cmake)
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/
H A Dtest.zsh13 rm -f lazperf.laz laszip.laz lazperf.las laszip.las foo.1 foo.2
42 /Users/acbell/lazperf/build/tools/random foo.las $format/$eb $percent
49 …d=$format --writers.las.extra_dims=all --writers.las.compression=lazperf foo.las lazperf.laz --wr…
51 diff lazperf.laz laszip.laz
59 …$format --writers.las.extra_dims=all --readers.las.compression=lazperf laszip.laz lazperf.las --w…
61 diff lazperf.las laszip.las
H A Dio_tests.cpp45 namespace lazperf namespace
187 void testPoint(lazperf::las::point10& p1, lazperf::las::point10& p2) in testPoint()
204 void testPoint(lazperf::las::gpstime& p1, lazperf::las::gpstime& p2) in testPoint()
209 void testPoint(lazperf::las::rgb& p1, lazperf::las::rgb& p2) in testPoint()
/dports/archivers/lazperf/laz-perf-2.0.0/
H A D.gitignore1 lazperf/lazperf
51 python/lazperf/*.so
53 python/lazperf/pylazperfapi.cpp
56 lazperf.egg-info
57 lazperf/*.pyc
58 lazperf/pylazperfapi.cpp
59 lazperf/pylazperfapi.so
H A DMANIFEST.in3 include lazperf/pylazperfapi.pyx lazperf/lazperf.pxd lazperf/*.hpp lazperf/*.cpp
H A DREADME.md37 using namespace lazperf;
58 using namespace lazperf;
68 using namespace lazperf;
/dports/math/pdal/PDAL-2.3.0/pdal/compression/
H A DLazPerfVlrCompression.cpp100 lazperf::laz_vlr vlr(m_format, m_ebCount, m_chunksize); in vlrData()
146 lazperf::OutFileStream stream(m_stream); in done()
147 lazperf::compress_chunk_table(stream.cb(), m_chunkTable); in done()
155 m_compressor = lazperf::build_las_compressor(m_outputStream.cb(), m_format, m_ebCount); in resetCompressor()
167 lazperf::OutFileStream m_outputStream;
168 lazperf::las_compressor::ptr m_compressor;
230 lazperf::decompress_chunk_table(m_fileStream.cb(), numChunks); in LazPerfVlrDecompressorImpl()
276 m_decompressor = lazperf::build_las_decompressor(m_fileStream.cb(), m_format, m_ebCount); in resetDecompressor()
280 lazperf::InFileStream m_fileStream;
281 lazperf::las_decompressor::ptr m_decompressor;
[all …]
/dports/archivers/lazperf/laz-perf-2.0.0/python/lazperf/
H A Dpylazperfapi.pyx9 cimport lazperf
16 return lazperf.Double
18 return lazperf.Float
21 return lazperf.Unsigned64
23 return lazperf.Unsigned32
27 return lazperf.Unsigned8
32 return lazperf.Signed64
34 return lazperf.Signed32
36 return lazperf.Signed16
38 return lazperf.Signed8
[all …]
/dports/databases/pointcloud/pointcloud-1.2.1/lib/
H A Dpc_patch_lazperf.c21 pcfree(pal->lazperf); in pc_patch_lazperf_free()
58 palaz->lazperf = (uint8_t*) pcalloc(compressSize); in pc_patch_lazperf_from_uncompressed()
59 memcpy(palaz->lazperf, compressed, compressSize); in pc_patch_lazperf_from_uncompressed()
171 memcpy(buf, patch->lazperf, patch->lazperfsize); in pc_patch_lazperf_to_wkb()
223 patch->lazperf = pcalloc(lazperfsize); in pc_patch_lazperf_from_wkb()
224 memcpy(patch->lazperf, buf, lazperfsize); in pc_patch_lazperf_from_wkb()
/dports/databases/pointcloud/pointcloud-1.2.1/
H A D.travis.yml28 - sh .install-lazperf.sh
29 - ./tools/build-install.sh # test compilation without lazperf
30 - ./tools/build-install.sh --with-lazperf=/usr/local && make check && ./tools/valgrind.sh
H A DNEWS28 - Fix installcheck when lazperf is disabled #222
29 - Fix compilation and installcheck when lazperf is disabled #224
H A Dconfigure.ac307 AC_ARG_WITH([lazperf], optwith
308 [AS_HELP_STRING([--with-lazperf=DIR], [specify the base lazperf installation directory])],
312 AC_MSG_ERROR([you must specify a parameter to --with-lazperf, e.g. --with-lazperf=/opt/local])
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/emscripten/
H A Dlaz-perf.cpp21 mem_file_.reset(new lazperf::reader::mem_file(buf, len)); in open()
46 std::shared_ptr<lazperf::reader::mem_file> mem_file_;
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/examples/
H A Dpoint10.cpp15 lazperf::las::point10 p; // free init to zero :)
20 using namespace lazperf; in main()
/dports/archivers/lazperf/laz-perf-2.0.0/.github/workflows/
H A Dccpp.yml20 path: lazperf
31 cd lazperf
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/lazperf/
H A Dexcepts.hpp36 namespace lazperf namespace
H A Dfilestream.hpp35 namespace lazperf namespace
H A Dcharbuf.hpp41 namespace lazperf namespace
/dports/math/pdal/PDAL-2.3.0/cmake/
H A Dlazperf.cmake6 set(LAZPERF_LIBRARY "LAZPERF::lazperf")
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/lazperf/detail/
H A Dfield_byte10.hpp27 namespace lazperf namespace
H A Dfield_rgb10.hpp26 namespace lazperf namespace
H A Dfield_gpstime10.hpp31 namespace lazperf namespace
H A Dfield_nir14.hpp31 namespace lazperf namespace
H A Dfield_rgb14.hpp31 namespace lazperf namespace

123