[pdal-commits] [PDAL/PDAL] 969b0c: Feature/first-in-voxel filter (#2699)

Pravin Shinde noreply at github.com
Thu Sep 5 08:44:17 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 969b0c95a89b13bbd75729d491e821128e4ac311
      https://github.com/PDAL/PDAL/commit/969b0c95a89b13bbd75729d491e821128e4ac311
  Author: Pravin Shinde <pravin at helix.re>
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
    A doc/stages/filters.firstInVoxel.rst
    A filters/FirstInVoxelFilter.cpp
    A filters/FirstInVoxelFilter.hpp
    M test/unit/CMakeLists.txt
    A test/unit/filters/FirstInVoxelFilterTest.cpp

  Log Message:
  -----------
  Feature/first-in-voxel filter (#2699)

* Added First Entry Voxel Filter

* Removed unused headers

* Adding rst and minor code changes

* Added tests

* Rename filter name

* doc update

* Added comments in voxelize() and done variable name corrections.

* test update

* test update

* Remove hash_combine and use array instead of BOX3D to store pivot voxel.

* minor formatting

* addressed comments and added improvements

* Added default value to cell.

* minor comment updates.

* Addressed comments.

* Added Pivot initialization flag as a member variable.

* fixed Indents




More information about the pdal-commits mailing list