[pdal-commits] [PDAL/PDAL] cf1f27: scale/offset now in Application.cpp

GitHub noreply at github.com
Mon Sep 15 14:25:05 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: cf1f27759232b593bcaec704e2e58b5d5d26a188
      https://github.com/PDAL/PDAL/commit/cf1f27759232b593bcaec704e2e58b5d5d26a188
  Author: Bradley J Chambers <brad.chambers at gmail.com>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M include/pdal/kernel/Application.hpp
    M include/pdal/kernel/Translate.hpp
    M src/kernel/Application.cpp
    M src/kernel/PCL.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp

  Log Message:
  -----------
  scale/offset now in Application.cpp

* --scale and --offset are once again available as Translate options
  (see #445), but are now available to Random and PCL kernels as well
* scale and offset are now set at the Application (vice Translate) level
* scale and offset are set (along with debug and verbosity level) via
  setCommonOptions()
* there are a number of things that could be bubbled up from the
  individual kernels, so this is likely the first of a few commits aimed
  at streamlining things


  Commit: abd41600e075e29ea72acc73b405075812e8a1c6
      https://github.com/PDAL/PDAL/commit/abd41600e075e29ea72acc73b405075812e8a1c6
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-15 (Mon, 15 Sep 2014)

  Changed paths:
    M include/pdal/kernel/Application.hpp
    M include/pdal/kernel/Translate.hpp
    M src/kernel/Application.cpp
    M src/kernel/PCL.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp

  Log Message:
  -----------
  Merge pull request #461 from chambbj/issues/445-scale-offset

scale/offset now in Application.cpp


Compare: https://github.com/PDAL/PDAL/compare/52d9cf1a6060...abd41600e075


More information about the pdal-commits mailing list