[pdal-commits] [PDAL/PDAL] 0608d5: First workings of reading without an iterator.

GitHub noreply at github.com
Fri Sep 5 15:41:34 PDT 2014


  Branch: refs/heads/noiter
  Home:   https://github.com/PDAL/PDAL
  Commit: 0608d550e22c38bfb0676d23eb4ea788b8c91445
      https://github.com/PDAL/PDAL/commit/0608d550e22c38bfb0676d23eb4ea788b8c91445
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-03 (Wed, 03 Sep 2014)

  Changed paths:
    M include/pdal/Charbuf.hpp
    M include/pdal/IStream.hpp
    M include/pdal/Reader.hpp
    R include/pdal/ReaderIterator.hpp
    M include/pdal/Stage.hpp
    M include/pdal/StageIterator.hpp
    M include/pdal/drivers/bpf/BpfReader.hpp
    M include/pdal/drivers/bpf/BpfSeqIterator.hpp
    R include/pdal/drivers/caris/CloudIterator.hpp
    M include/pdal/drivers/caris/CloudReader.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/icebridge/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/oci/OciSeqIterator.hpp
    M include/pdal/drivers/pgpointcloud/PgIterator.hpp
    M include/pdal/drivers/pgpointcloud/PgReader.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/sbet/Reader.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M src/CMakeLists.txt
    M src/Reader.cpp
    R src/ReaderIterator.cpp
    M src/Stage.cpp
    M src/StageIterator.cpp
    M src/drivers/bpf/BpfReader.cpp
    M src/drivers/caris/CloudReader.cpp
    M src/drivers/caris/Utils.cpp
    M src/drivers/caris/Utils.hpp
    R src/drivers/caris/boost_range_algorithm_count.hpp
    M src/drivers/caris/caris/caris_pc_wrapper.h
    M src/drivers/caris/pdal_csar.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/terrasolid/Reader.cpp
    M test/unit/drivers/bpf/BPFTest.cpp

  Log Message:
  -----------
  First workings of reading without an iterator.
BPF works.
CARIS should work :)


  Commit: 5a32e3a532a69aef43ed8c0167380b7523554e5d
      https://github.com/PDAL/PDAL/commit/5a32e3a532a69aef43ed8c0167380b7523554e5d
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-03 (Wed, 03 Sep 2014)

  Changed paths:
    M include/pdal/drivers/faux/Reader.hpp
    M src/drivers/faux/Reader.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp

  Log Message:
  -----------
  Remove iterator from faux reader.


  Commit: 4c166a8a1eb2777e9f1ea36117ff69e1981793c0
      https://github.com/PDAL/PDAL/commit/4c166a8a1eb2777e9f1ea36117ff69e1981793c0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-03 (Wed, 03 Sep 2014)

  Changed paths:
    M include/pdal/drivers/icebridge/Reader.hpp
    M src/drivers/icebridge/Reader.cpp
    M test/unit/drivers/icebridge/IcebridgeReaderTest.cpp

  Log Message:
  -----------
  Remove iterator from icebridge.


  Commit: bf071fd3be97ce6ea9ab52b17ba4de05998723f0
      https://github.com/PDAL/PDAL/commit/bf071fd3be97ce6ea9ab52b17ba4de05998723f0
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M include/pdal/IStream.hpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp

  Log Message:
  -----------
  Fix new IStream ctor().
Fix decimation and stats tests for new faux reader interface.


  Commit: 29c08b4265feec859186de607bbdd9d5f0e8361a
      https://github.com/PDAL/PDAL/commit/29c08b4265feec859186de607bbdd9d5f0e8361a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2014-09-05 (Fri, 05 Sep 2014)

  Changed paths:
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/las/Support.hpp
    M include/pdal/drivers/las/Writer.hpp
    A include/pdal/drivers/las/ZipPoint.hpp
    M src/CMakeLists.txt
    M src/drivers/las/LasHeaderReader.cpp
    M src/drivers/las/LasHeaderWriter.cpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/las/ZipPoint.cpp
    R src/drivers/las/ZipPoint.hpp
    M test/unit/SpatialReferenceTest.cpp
    M test/unit/apps/pc2pcTest.cpp
    M test/unit/drivers/las/LasReaderTest.cpp
    M test/unit/drivers/nitf/NitfReaderTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/ColorizationFilterTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/ReprojectionFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp

  Log Message:
  -----------
  Remove iterator from las/nitf.


Compare: https://github.com/PDAL/PDAL/compare/0608d550e22c^...29c08b4265fe


More information about the pdal-commits mailing list