[pdal-commits] [PDAL/PDAL] 2b2eeb: Move lots of calls from individual kernels to the ...
GitHub
noreply at github.com
Wed Apr 13 11:48:00 PDT 2016
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 2b2eeba95906f5a96fab88d88fb0a0fae59397df
https://github.com/PDAL/PDAL/commit/2b2eeba95906f5a96fab88d88fb0a0fae59397df
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2016-04-13 (Wed, 13 Apr 2016)
Changed paths:
M examples/writing-kernel/MyKernel.cpp
M include/pdal/Kernel.hpp
M kernels/delta/DeltaKernel.cpp
M kernels/diff/DiffKernel.cpp
M kernels/merge/MergeKernel.cpp
M kernels/random/RandomKernel.cpp
M kernels/random/RandomKernel.hpp
M kernels/sort/SortKernel.cpp
M kernels/sort/SortKernel.hpp
M kernels/split/SplitKernel.cpp
M kernels/tindex/TIndexKernel.cpp
M plugins/cpd/kernel/Cpd.cpp
M plugins/pcl/kernel/GroundKernel.cpp
M plugins/pcl/kernel/PCLKernel.cpp
M plugins/pcl/kernel/SmoothKernel.cpp
M src/Kernel.cpp
M src/PipelineReaderJSON.cpp
M src/StageFactory.cpp
Log Message:
-----------
Move lots of calls from individual kernels to the base kernel code to make
sure that they all happen when they're supposed to.
More information about the pdal-commits
mailing list