[pdal-commits] [PDAL/PDAL] 620c11: Plugin (#1812)

GitHub noreply at github.com
Wed Feb 14 07:46:16 PST 2018


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 620c119d37fdf09885eaf0fd13fa147b97dda0d9
      https://github.com/PDAL/PDAL/commit/620c119d37fdf09885eaf0fd13fa147b97dda0d9
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2018-02-14 (Wed, 14 Feb 2018)

  Changed paths:
    M .gitignore
    M apps/pdal.cpp
    M examples/CMakeLists.txt
    M examples/writing-kernel/MyKernel.hpp
    M kernels/DeltaKernel.hpp
    M kernels/GroundKernel.hpp
    M kernels/InfoKernel.hpp
    M kernels/PipelineKernel.hpp
    M kernels/RandomKernel.hpp
    M kernels/SortKernel.hpp
    M kernels/TIndexKernel.hpp
    M kernels/TranslateKernel.hpp
    M pdal/PipelineReaderJSON.cpp
    M pdal/PluginManager.cpp
    M pdal/PluginManager.hpp
    M pdal/StageFactory.cpp
    M pdal/pdal_macros.hpp
    M pdal/plugin.hpp
    M plugins/hexbin/kernel/DensityKernel.cpp
    M plugins/hexbin/test/HexbinFilterTest.cpp
    M plugins/pcl/kernel/PCLKernel.hpp
    M plugins/pcl/kernel/SmoothKernel.cpp
    M plugins/pcl/kernel/SmoothKernel.hpp
    M test/unit/PluginManagerTest.cpp
    M test/unit/StageFactoryTest.cpp

  Log Message:
  -----------
  Plugin (#1812)

Split PluginManager into PluginManager<Stage> and PluginManager<Kernel> to allow virtual inheritance of stage classes.




More information about the pdal-commits mailing list