[pdal-commits] [PDAL/PDAL] 48ae63: Allow faux::Reader to report 0 for getNumPoints

GitHub noreply at github.com
Wed Apr 30 12:38:08 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 48ae6354a28977415671cbf9ab56c3befb031ed7
      https://github.com/PDAL/PDAL/commit/48ae6354a28977415671cbf9ab56c3befb031ed7
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-04-29 (Tue, 29 Apr 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:
  -----------
  Allow faux::Reader to report 0 for getNumPoints

This will be used for simulating readers that have unknown point counts.

This is implemented by a optional boolean argument to one of the faux
reader's constructors. This argument forces the faux reader to report
zero for getNumPoints(), even thought it in fact will provide the number
of points as requested in the second argument.


  Commit: ffcc61c963f0264898e10346f78a577dae46e01f
      https://github.com/PDAL/PDAL/commit/ffcc61c963f0264898e10346f78a577dae46e01f
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-04-30 (Wed, 30 Apr 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:
  -----------
  Merge pull request #328 from gadomski/feature/faux-reader-unknown-point-count

Allow a FauxReader to have an unknown point count


Compare: https://github.com/PDAL/PDAL/compare/63dfebe92a44...ffcc61c963f0


More information about the pdal-commits mailing list