[pdal-commits] [PDAL/PDAL] 248280: Don't use stage in iterator.

GitHub noreply at github.com
Thu Mar 27 15:27:06 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 24828059066a77f56be6bec002a605c5d95af266
      https://github.com/PDAL/PDAL/commit/24828059066a77f56be6bec002a605c5d95af266
  Author: Andrew Bell <acbell at blaze.hobu.biz>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M include/pdal/StageBase.hpp
    M include/pdal/StageIterator.hpp
    M include/pdal/drivers/buffer/Reader.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M include/pdal/filters/Decimation.hpp
    M include/pdal/filters/Mosaic.hpp
    M include/pdal/filters/Stats.hpp
    M src/StageIterator.cpp
    M src/drivers/buffer/Reader.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/terrasolid/Reader.cpp
    M src/filters/Decimation.cpp
    M src/filters/Mosaic.cpp
    M src/filters/Stats.cpp
    M test/unit/LogTest.cpp
    M test/unit/filters/CacheFilterTest.cpp

  Log Message:
  -----------
  Don't use stage in iterator.


  Commit: 5acfe486a62e2efda2af7eef0101c98c5a786f54
      https://github.com/PDAL/PDAL/commit/5acfe486a62e2efda2af7eef0101c98c5a786f54
  Author: Andrew Bell <andrew.bellia at gmail.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    A include/pdal/NullPointBuffer.hpp
    M include/pdal/PointBuffer.hpp
    M src/CMakeLists.txt
    A src/NullPointBuffer.cpp
    M src/PointBuffer.cpp

  Log Message:
  -----------
  Add NullPointBuffer.
Modify PointBuffer to behave correctly when used as a NullPointBuffer.


  Commit: 60c6e8416f6e16c49fd6f25db4df9ed720b99051
      https://github.com/PDAL/PDAL/commit/60c6e8416f6e16c49fd6f25db4df9ed720b99051
  Author: Andrew Bell <andrew.bellia at gmail.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M include/pdal/ReaderIterator.hpp
    M include/pdal/StageIterator.hpp
    M include/pdal/drivers/caris/CloudIterator.hpp
    M include/pdal/drivers/caris/CloudReader.hpp
    M src/FilterIterator.cpp
    M src/MultiFilterIterator.cpp
    M src/ReaderIterator.cpp
    M src/StageIterator.cpp
    M src/drivers/buffer/Reader.cpp
    M src/drivers/caris/CloudIterator.cpp
    M src/drivers/caris/CloudReader.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/pgpointcloud/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/sqlite/Reader.cpp
    M src/drivers/terrasolid/Reader.cpp

  Log Message:
  -----------
  Remove dependence on stage for some iterators.
Remove access to stage in iterator.


  Commit: 5dd06c2b139a3336953391cca49784cc31d6a119
      https://github.com/PDAL/PDAL/commit/5dd06c2b139a3336953391cca49784cc31d6a119
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    A include/pdal/NullPointBuffer.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/ReaderIterator.hpp
    M include/pdal/StageBase.hpp
    M include/pdal/StageIterator.hpp
    M include/pdal/drivers/buffer/Reader.hpp
    M include/pdal/drivers/caris/CloudIterator.hpp
    M include/pdal/drivers/caris/CloudReader.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M include/pdal/filters/Decimation.hpp
    M include/pdal/filters/Mosaic.hpp
    M include/pdal/filters/Stats.hpp
    M src/CMakeLists.txt
    M src/FilterIterator.cpp
    M src/MultiFilterIterator.cpp
    A src/NullPointBuffer.cpp
    M src/PointBuffer.cpp
    M src/ReaderIterator.cpp
    M src/StageIterator.cpp
    M src/drivers/buffer/Reader.cpp
    M src/drivers/caris/CloudIterator.cpp
    M src/drivers/caris/CloudReader.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/pgpointcloud/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/sqlite/Reader.cpp
    M src/drivers/terrasolid/Reader.cpp
    M src/filters/Decimation.cpp
    M src/filters/Mosaic.cpp
    M src/filters/Stats.cpp
    M test/unit/LogTest.cpp
    M test/unit/filters/CacheFilterTest.cpp

  Log Message:
  -----------
  Merge pull request #267 from PDAL/no-stage-in-iter

No stage in iter


Compare: https://github.com/PDAL/PDAL/compare/67cac1f80ebe...5dd06c2b139a


More information about the pdal-commits mailing list