[pdal-commits] [PDAL/PDAL] 202121: Rename Init() to Construct()

GitHub noreply at github.com
Thu May 8 18:26:16 PDT 2014


  Branch: refs/heads/point-context
  Home:   https://github.com/PDAL/PDAL
  Commit: 2021210c8415c2370a79be301585b866b760d902
      https://github.com/PDAL/PDAL/commit/2021210c8415c2370a79be301585b866b760d902
  Author: Andrew Bell <andrew.bellia at gmail.com>
  Date:   2014-05-07 (Wed, 07 May 2014)

  Changed paths:
    M include/pdal/Stage.hpp
    M include/pdal/filters/Crop.hpp
    M src/Stage.cpp
    M src/filters/Crop.cpp

  Log Message:
  -----------
  Rename Init() to Construct()


  Commit: 994596382ee5a126e77807d47ea0c6ae9fbb5bb8
      https://github.com/PDAL/PDAL/commit/994596382ee5a126e77807d47ea0c6ae9fbb5bb8
  Author: Andrew Bell <andrew.bellia at gmail.com>
  Date:   2014-05-08 (Thu, 08 May 2014)

  Changed paths:
    M CMakeLists.txt
    M include/pdal/Drivers.hpp
    M include/pdal/drivers/icebridge/Reader.hpp
    M include/pdal/drivers/las/Writer.hpp
    M include/pdal/drivers/mrsid/Reader.hpp
    M include/pdal/drivers/nitf/Writer.hpp
    M include/pdal/drivers/p2g/Writer.hpp
    M include/pdal/drivers/sqlite/Reader.hpp
    M include/pdal/drivers/sqlite/Writer.hpp
    M include/pdal/filters/HexBin.hpp
    A include/stubs/pcl/console/print.h
    A include/stubs/pcl/for_each_type.h
    A include/stubs/pcl/io/pcd_io.h
    A include/stubs/pcl/pipeline/pipeline.h
    A include/stubs/pcl/point_traits.h
    A include/stubs/pcl/point_types.h
    M src/drivers/icebridge/Reader.cpp
    M src/drivers/las/Writer.cpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/nitf/Writer.cpp
    M src/drivers/p2g/Writer.cpp
    M src/drivers/sqlite/Reader.cpp
    M src/drivers/sqlite/Writer.cpp
    M src/filters/HexBin.cpp
    M test/unit/CMakeLists.txt
    M test/unit/drivers/icebridge/IcebridgeReaderTest.cpp
    M test/unit/drivers/nitf/NitfWriterTest.cpp
    M test/unit/drivers/sqlite/Writer.cpp
    M test/unit/filters/HexbinFilterTest.cpp
    M test/unit/filters/PCLBlockFilterTest.cpp

  Log Message:
  -----------
  Replace public: initialize() with prepare().


Compare: https://github.com/PDAL/PDAL/compare/4249186d028b...994596382ee5


More information about the pdal-commits mailing list