[pdal-commits] [PDAL/PDAL] ec680d: start excising Bounds in favor of a BOX3D

GitHub noreply at github.com
Thu Sep 25 08:17:22 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: ec680da6d06cba5fddf2e6e85f42ab5eb0836a83
      https://github.com/PDAL/PDAL/commit/ec680da6d06cba5fddf2e6e85f42ab5eb0836a83
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/filters/Crop.hpp
    M src/Bounds.cpp
    M src/filters/Crop.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/RangeTest.cpp

  Log Message:
  -----------
  start excising Bounds in favor of a BOX3D


  Commit: 90eaaec83ab1776d516d254a6d0320ac656cf6d6
      https://github.com/PDAL/PDAL/commit/90eaaec83ab1776d516d254a6d0320ac656cf6d6
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/KDIndex.hpp
    M include/pdal/PCLConversions.hpp
    M include/pdal/PointBuffer.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/p2g/P2gWriter.hpp
    M src/PointBuffer.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/p2g/P2gWriter.cpp
    M src/drivers/pcd/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Crop.cpp
    M src/filters/Decimation.cpp
    M src/filters/PCLBlock.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp

  Log Message:
  -----------
  refactor calculateBounds #484


  Commit: 5d06ced3dee930b35942270a0bb0f5af6b8c1e61
      https://github.com/PDAL/PDAL/commit/5d06ced3dee930b35942270a0bb0f5af6b8c1e61
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M include/pdal/kernel/Random.hpp
    M include/pdal/kernel/Translate.hpp
    M src/Bounds.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/LasHeaderReader.cpp
    M src/drivers/las/SummaryData.cpp
    M src/drivers/las/Support.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp
    M test/unit/LogTest.cpp
    M test/unit/PipelineManagerTest.cpp
    M test/unit/Support.cpp
    M test/unit/Support.hpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  switch off Bounds


  Commit: 556a7a9c7c9f6f84d770d6f0dea80d0da6868b34
      https://github.com/PDAL/PDAL/commit/556a7a9c7c9f6f84d770d6f0dea80d0da6868b34
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-24 (Wed, 24 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/Metadata.hpp
    R include/pdal/Range.hpp
    R include/pdal/Vector.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/Stats.hpp
    M src/Bounds.cpp
    M src/CMakeLists.txt
    R src/Range.cpp
    R src/Vector.cpp
    M src/drivers/oci/Writer.cpp
    M test/unit/CMakeLists.txt
    R test/unit/RangeTest.cpp
    M test/unit/UtilsTest.cpp
    R test/unit/VectorTest.cpp

  Log Message:
  -----------
  final removal of Range and Vector to complete refactor of Bounds->BOX3D #484


  Commit: c24dbb28407bd6014ce03f2220f2e49b84211aef
      https://github.com/PDAL/PDAL/commit/c24dbb28407bd6014ce03f2220f2e49b84211aef
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-09-25 (Thu, 25 Sep 2014)

  Changed paths:
    M include/pdal/Bounds.hpp
    M include/pdal/KDIndex.hpp
    M include/pdal/Metadata.hpp
    M include/pdal/PCLConversions.hpp
    M include/pdal/PDALUtils.hpp
    M include/pdal/PointBuffer.hpp
    R include/pdal/Range.hpp
    R include/pdal/Vector.hpp
    M include/pdal/drivers/las/Header.hpp
    M include/pdal/drivers/las/SummaryData.hpp
    M include/pdal/drivers/oci/Writer.hpp
    M include/pdal/drivers/p2g/P2gWriter.hpp
    M include/pdal/drivers/sqlite/SQLiteWriter.hpp
    M include/pdal/filters/Crop.hpp
    M include/pdal/filters/Stats.hpp
    M include/pdal/kernel/Random.hpp
    M include/pdal/kernel/Translate.hpp
    M src/Bounds.cpp
    M src/CMakeLists.txt
    M src/PointBuffer.cpp
    R src/Range.cpp
    R src/Vector.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/Header.cpp
    M src/drivers/las/LasHeaderReader.cpp
    M src/drivers/las/SummaryData.cpp
    M src/drivers/las/Support.cpp
    M src/drivers/oci/Writer.cpp
    M src/drivers/p2g/P2gWriter.cpp
    M src/drivers/pcd/Writer.cpp
    M src/drivers/sqlite/SQLiteWriter.cpp
    M src/filters/Crop.cpp
    M src/filters/Decimation.cpp
    M src/filters/PCLBlock.cpp
    M src/kernel/Random.cpp
    M src/kernel/Translate.cpp
    M test/unit/BoundsTest.cpp
    M test/unit/CMakeLists.txt
    M test/unit/LogTest.cpp
    M test/unit/PipelineManagerTest.cpp
    R test/unit/RangeTest.cpp
    M test/unit/Support.cpp
    M test/unit/Support.hpp
    M test/unit/UtilsTest.cpp
    R test/unit/VectorTest.cpp
    M test/unit/drivers/faux/FauxReaderTest.cpp
    M test/unit/filters/ChipperTest.cpp
    M test/unit/filters/CropFilterTest.cpp
    M test/unit/filters/DecimationFilterTest.cpp
    M test/unit/filters/SplitterTest.cpp
    M test/unit/filters/StatsFilterTest.cpp
    M test/unit/plang/PredicateFilterTest.cpp
    M test/unit/plang/ProgrammableFilterTest.cpp

  Log Message:
  -----------
  Merge pull request #484 from PDAL/issues/484-refactor-bounds

Bounds<T> is overengineered


Compare: https://github.com/PDAL/PDAL/compare/73914656c785...c24dbb28407b


More information about the pdal-commits mailing list