[pdal-commits] [PDAL/PDAL] 47bf75: add skip parameter to pc2pc and pcpipeline to allo...

GitHub noreply at github.com
Tue Jun 12 12:35:03 PDT 2012


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

  Changed paths:
    M apps/pc2pc.cpp
    M apps/pcpipeline.cpp

  Log Message:
  -----------
  add skip parameter to pc2pc and pcpipeline to allow you to position where to start reading


  Commit: 5bcdbc6032582247297803d7be053de595496cae
      https://github.com/PDAL/PDAL/commit/5bcdbc6032582247297803d7be053de595496cae
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M include/pdal/Utils.hpp

  Log Message:
  -----------
  only test if the stream is .good(), don't entirely cast to bool to check stream state


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

  Changed paths:
    M include/pdal/Writer.hpp
    M src/Writer.cpp

  Log Message:
  -----------
  add a startingPosition default argument to Writer::write to set the starting point (used in pc2pc and pcpipeline as the --skip argument


  Commit: 2fe714cdcfeca9782b8478e9861c3c39740dbbd6
      https://github.com/PDAL/PDAL/commit/2fe714cdcfeca9782b8478e9861c3c39740dbbd6
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-06-12 (Tue, 12 Jun 2012)

  Changed paths:
    M include/pdal/PointBuffer.hpp

  Log Message:
  -----------
  get PointBuffer::getField out of the coversion business -- too slow to do checks inside the critical path here anyway.


Compare: https://github.com/PDAL/PDAL/compare/578d6054eabb...2fe714cdcfec


More information about the pdal-commits mailing list