[pdal-commits] [PDAL/PDAL] d3f7ff: add random iterator implementation for filters.sca...

GitHub noreply at github.com
Wed Dec 19 06:11:30 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: d3f7ffbf0f3bab1693e781b543fcf6f9889a5416
      https://github.com/PDAL/PDAL/commit/d3f7ffbf0f3bab1693e781b543fcf6f9889a5416
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M include/pdal/filters/Scaling.hpp
    M src/filters/Scaling.cpp
    M test/unit/filters/ScalingFilterTest.cpp

  Log Message:
  -----------
  add random iterator implementation for filters.scaling


  Commit: f2d679c4e4fa6c2418bbadbb085ffb940827eae8
      https://github.com/PDAL/PDAL/commit/f2d679c4e4fa6c2418bbadbb085ffb940827eae8
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  use epsilon compares instead of direct == for floats


  Commit: a1400eaa9361b5f62d4d8769a9651eed058c56bf
      https://github.com/PDAL/PDAL/commit/a1400eaa9361b5f62d4d8769a9651eed058c56bf
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M include/pdal/filters/Scaling.hpp

  Log Message:
  -----------
  filters.scaling now supports random interator


  Commit: b75786ebed47f7c25721ff1e08d617f885002657
      https://github.com/PDAL/PDAL/commit/b75786ebed47f7c25721ff1e08d617f885002657
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M include/pdal/pdal_error.hpp
    M src/StageIterator.cpp

  Log Message:
  -----------
  seeking off the end should throw an exception.


  Commit: 1766746b121e8f9f478e37cbb52e10febc280a02
      https://github.com/PDAL/PDAL/commit/1766746b121e8f9f478e37cbb52e10febc280a02
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M include/pdal/filters/Scaling.hpp
    M src/filters/Scaling.cpp

  Log Message:
  -----------
  IteratorBase needs to life in ::scaling, not ::pdal :)


  Commit: 5251718bf7faba366b825ad5adcce20646909eda
      https://github.com/PDAL/PDAL/commit/5251718bf7faba366b825ad5adcce20646909eda
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M include/pdal/filters/InPlaceReprojection.hpp
    M src/filters/InPlaceReprojection.cpp
    M test/unit/filters/InPlaceReprojectionFilterTest.cpp

  Log Message:
  -----------
  random iterator implementation for filters.inplacereprojection


  Commit: 66d334ba5169331b2fd1ac01e227af5aca7c50a1
      https://github.com/PDAL/PDAL/commit/66d334ba5169331b2fd1ac01e227af5aca7c50a1
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-12-18 (Tue, 18 Dec 2012)

  Changed paths:
    M include/pdal/filters/Selector.hpp
    M src/filters/Selector.cpp

  Log Message:
  -----------
  random iterator implementation for filters.selector


Compare: https://github.com/PDAL/PDAL/compare/c9a8e0919117...66d334ba5169


More information about the pdal-commits mailing list