[pdal-commits] [PDAL/PDAL] 6cf508: Change plugin.h to plugin.hpp.
GitHub
noreply at github.com
Tue Apr 7 07:16:31 PDT 2015
Branch: refs/heads/issues-854
Home: https://github.com/PDAL/PDAL
Commit: 6cf508146627c481133c70555a0812aee12cf596
https://github.com/PDAL/PDAL/commit/6cf508146627c481133c70555a0812aee12cf596
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2015-04-07 (Tue, 07 Apr 2015)
Changed paths:
M filters/chipper/ChipperFilter.hpp
M filters/colorization/ColorizationFilter.hpp
M filters/crop/CropFilter.hpp
M filters/decimation/DecimationFilter.hpp
M filters/ferry/FerryFilter.hpp
M filters/merge/MergeFilter.hpp
M filters/mortonorder/MortonOrderFilter.hpp
M filters/range/RangeFilter.hpp
M filters/reprojection/ReprojectionFilter.hpp
M filters/sort/SortFilter.hpp
M filters/splitter/SplitterFilter.hpp
M filters/stats/StatsFilter.hpp
M filters/transformation/TransformationFilter.hpp
M include/pdal/PluginManager.hpp
M include/pdal/Stage.hpp
M include/pdal/pdal_macros.hpp
R include/pdal/plugin.h
A include/pdal/plugin.hpp
M io/bpf/BpfReader.hpp
M io/bpf/BpfWriter.hpp
M io/faux/FauxReader.hpp
M io/las/LasReader.hpp
M io/las/LasWriter.hpp
M io/null/NullWriter.hpp
M io/optech/OptechReader.hpp
M io/qfit/QfitReader.hpp
M io/rialto/RialtoWriter.hpp
M io/sbet/SbetReader.hpp
M io/sbet/SbetWriter.hpp
M io/terrasolid/TerrasolidReader.hpp
M io/text/TextWriter.hpp
M kernels/delta/DeltaKernel.hpp
M kernels/diff/DiffKernel.hpp
M kernels/info/InfoKernel.hpp
M kernels/pipeline/PipelineKernel.hpp
M kernels/random/RandomKernel.hpp
M kernels/sort/SortKernel.hpp
M kernels/translate/TranslateKernel.hpp
Log Message:
-----------
Change plugin.h to plugin.hpp.
Modify the plugin structure to use std::string.
More information about the pdal-commits
mailing list