[pdal-commits] [PDAL/PDAL] 46ff51: make IndexedPointBuffer based on nanoflann instead...

GitHub noreply at github.com
Fri Oct 11 13:45:48 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 46ff5140610a7f33105d7df1bf8082f0657479ef
      https://github.com/PDAL/PDAL/commit/46ff5140610a7f33105d7df1bf8082f0657479ef
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-10-11 (Fri, 11 Oct 2013)

  Changed paths:
    M apps/pcequal.cpp
    M apps/pdalinfo.cpp
    M include/pdal/PointBuffer.hpp
    M src/PointBuffer.cpp
    M test/unit/PointBufferTest.cpp

  Log Message:
  -----------
  make IndexedPointBuffer based on nanoflann instead of FLANN to remove external dependency #176


  Commit: a83ac953f5b5b1956ec6c52937d7bc4b60ff3aa8
      https://github.com/PDAL/PDAL/commit/a83ac953f5b5b1956ec6c52937d7bc4b60ff3aa8
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-10-11 (Fri, 11 Oct 2013)

  Changed paths:
    M include/pdal/PointBuffer.hpp
    M src/PointBuffer.cpp

  Log Message:
  -----------
  fix up dimensionality so both 2d and 3d indexes work properly


  Commit: 8843645e113b4c6cee3711a7d8f429c6ee78b558
      https://github.com/PDAL/PDAL/commit/8843645e113b4c6cee3711a7d8f429c6ee78b558
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2013-10-11 (Fri, 11 Oct 2013)

  Changed paths:
    M CMakeLists.txt
    M apps/pcequal.cpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/soci/Writer.hpp
    R include/pdal/filters/Index.hpp
    M pdal_defines.h.in
    M src/CMakeLists.txt
    M src/StageFactory.cpp
    M src/drivers/soci/Writer.cpp
    R src/filters/Index.cpp
    M test/unit/CMakeLists.txt
    R test/unit/filters/IndexFilterTest.cpp

  Log Message:
  -----------
  filters.index is no more. Use the IndexedPointBuffer instead


Compare: https://github.com/PDAL/PDAL/compare/e52664f36178...8843645e113b


More information about the pdal-commits mailing list