[pdal-commits] [PDAL/PDAL] a8c1fc: General cleanup of the rxp reader

GitHub noreply at github.com
Fri Feb 20 16:27:44 PST 2015


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: a8c1fc5a5ec0cf3a1470852cb92f54ea6ccae512
      https://github.com/PDAL/PDAL/commit/a8c1fc5a5ec0cf3a1470852cb92f54ea6ccae512
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M plugins/rxp/CMakeLists.txt
    A plugins/rxp/io/RxpPointcloud.cpp
    A plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp
    M plugins/rxp/test/RxpReaderTest.cpp

  Log Message:
  -----------
  General cleanup of the rxp reader

This patch removes the inclination corrector entirely, since it was
highly experimental and shouldn't really be used by the general public.
It also splits the reader and the pointcloud into two files for better
compartmentalization, and makes some basic type fixes (unique_ptr
instead of shared_ptr, point_count_t instead of something else, etc).


  Commit: 3a14797cd98d059a26869173c041f2fbf0d4143d
      https://github.com/PDAL/PDAL/commit/3a14797cd98d059a26869173c041f2fbf0d4143d
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M plugins/rxp/CMakeLists.txt
    A plugins/rxp/io/RxpPointcloud.cpp
    A plugins/rxp/io/RxpPointcloud.hpp
    M plugins/rxp/io/RxpReader.cpp
    M plugins/rxp/io/RxpReader.hpp
    M plugins/rxp/test/RxpReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #769 from gadomski/rxp-cleanup

General cleanup of the rxp reader


Compare: https://github.com/PDAL/PDAL/compare/6d9feb720301...3a14797cd98d


More information about the pdal-commits mailing list