[pdal-commits] [PDAL/PDAL] 05d1c8: Add pointViewToEigen utility function

GitHub noreply at github.com
Fri Nov 4 08:49:18 PDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 05d1c89f98f70b26b9fa58168fa3f049d568c984
      https://github.com/PDAL/PDAL/commit/05d1c89f98f70b26b9fa58168fa3f049d568c984
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2016-11-04 (Fri, 04 Nov 2016)

  Changed paths:
    M include/pdal/Eigen.hpp
    M src/Eigen.cpp
    M test/unit/CMakeLists.txt
    A test/unit/EigenTest.cpp

  Log Message:
  -----------
  Add pointViewToEigen utility function

This function just converts a pointView (with x, y, z) into an x, y, z
Eigen matrix. I've written this so many times I thought I'd just put it
into PDAL.


  Commit: 5c509db51eef5e623b311fc25139b3060622d62a
      https://github.com/PDAL/PDAL/commit/5c509db51eef5e623b311fc25139b3060622d62a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2016-11-04 (Fri, 04 Nov 2016)

  Changed paths:
    M include/pdal/Eigen.hpp
    M src/Eigen.cpp
    M test/unit/CMakeLists.txt
    A test/unit/EigenTest.cpp

  Log Message:
  -----------
  Merge pull request #1352 from gadomski/pointview-to-eigen

Add pointViewToEigen utility function


Compare: https://github.com/PDAL/PDAL/compare/f61435de05fd...5c509db51eef


More information about the pdal-commits mailing list