[pdal-commits] [PDAL/PDAL] 619faf: Add passthrough filter

GitHub noreply at github.com
Mon Feb 2 12:09:58 PST 2015


  Branch: refs/heads/add-passthrough-filter
  Home:   https://github.com/PDAL/PDAL
  Commit: 619fafba800e03f28a8b0be181feb61af5130776
      https://github.com/PDAL/PDAL/commit/619fafba800e03f28a8b0be181feb61af5130776
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2015-02-02 (Mon, 02 Feb 2015)

  Changed paths:
    M filters/CMakeLists.txt
    A filters/passthrough/CMakeLists.txt
    A filters/passthrough/PassthroughFilter.cpp
    A filters/passthrough/PassthroughFilter.hpp
    M include/pdal/Filters.hpp
    M src/StageFactory.cpp
    M test/unit/CMakeLists.txt
    M test/unit/apps/pcpipelineTest.cpp
    A test/unit/filters/PassthroughFilterTest.cpp

  Log Message:
  -----------
  Add passthrough filter

This could obviously be more complicated, but as it is, I think it's a nice
alternative to the Python filters. The documentation, sample pipeline, and unit
tests should adequately explain the current feature set (basically
multi-dimensional, min/max/exact value criteria for passing points through to
the output buffer).




More information about the pdal-commits mailing list