[pdal-commits] [PDAL/PDAL] 447565: add Kernel, KernelFactory, and KernelInfo, registe...
GitHub
noreply at github.com
Thu Oct 16 08:29:18 PDT 2014
Branch: refs/heads/pcl-submodule
Home: https://github.com/PDAL/PDAL
Commit: 447565386ac0b41fd137f1de198437da6b31c47b
https://github.com/PDAL/PDAL/commit/447565386ac0b41fd137f1de198437da6b31c47b
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2014-10-16 (Thu, 16 Oct 2014)
Changed paths:
M CMakeLists.txt
M apps/pdal.cpp
R include/pdal/Kernel.hpp
M include/pdal/kernel/Application.hpp
M include/pdal/kernel/Delta.hpp
M include/pdal/kernel/Diff.hpp
R include/pdal/kernel/Ground.hpp
M include/pdal/kernel/Info.hpp
M include/pdal/kernel/Kernel.hpp
A include/pdal/kernel/KernelFactory.hpp
A include/pdal/kernel/KernelInfo.hpp
A include/pdal/kernel/Kernels.hpp
R include/pdal/kernel/PCL.hpp
M include/pdal/kernel/Pipeline.hpp
M include/pdal/kernel/Random.hpp
M include/pdal/kernel/Translate.hpp
M include/pdal/pdal_macros.hpp
M plugins/pcl/CMakeLists.txt
A plugins/pcl/kernel/Ground.cpp
A plugins/pcl/kernel/Ground.hpp
A plugins/pcl/kernel/PCL.cpp
A plugins/pcl/kernel/PCL.hpp
M src/CMakeLists.txt
M src/StageFactory.cpp
M src/kernel/Application.cpp
M src/kernel/Delta.cpp
M src/kernel/Diff.cpp
R src/kernel/Ground.cpp
M src/kernel/Info.cpp
A src/kernel/Kernel.cpp
A src/kernel/KernelFactory.cpp
A src/kernel/KernelInfo.cpp
R src/kernel/PCL.cpp
M src/kernel/Pipeline.cpp
M src/kernel/Random.cpp
M src/kernel/Translate.cpp
Log Message:
-----------
add Kernel, KernelFactory, and KernelInfo, register kernel plugins
More information about the pdal-commits
mailing list