[pdal-commits] [PDAL/PDAL] 6ec91b: Support range-based for loops on PointView with Po...

Andrew Bell noreply at github.com
Mon Feb 24 11:36:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 6ec91b837a9fca59683f979539ff6c47333475e0
      https://github.com/PDAL/PDAL/commit/6ec91b837a9fca59683f979539ff6c47333475e0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

  Changed paths:
    M filters/HeadFilter.hpp
    M filters/RandomizeFilter.hpp
    M filters/SkewnessBalancingFilter.cpp
    M filters/SortFilter.cpp
    M filters/SortFilter.hpp
    M filters/TailFilter.hpp
    M pdal/PointContainer.hpp
    M pdal/PointRef.hpp
    M pdal/PointView.cpp
    M pdal/PointView.hpp
    R pdal/PointViewIter.hpp
    M test/unit/PointViewTest.cpp
    M test/unit/filters/SortFilterTest.cpp
    M test/unit/filters/VoxelDownsizeFilterTest.cpp
    M test/unit/io/EptReaderTest.cpp

  Log Message:
  -----------
  Support range-based for loops on PointView with PointRef as reference type (#2944)

* Working checkpoint.

* Update.

* Working update.

* Real tests for voxel downsize.

* Remove unused code.

* Fix windows build issues.

* Use unsigned for type in test comparison.

* Use better compare function.




More information about the pdal-commits mailing list