[pdal-commits] [PDAL/PDAL] 2e8637: Remove supportsIterator(). Never called.
GitHub
noreply at github.com
Mon Mar 24 13:18:12 PDT 2014
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 2e8637d9094a271ee8b3cd054214a03600555797
https://github.com/PDAL/PDAL/commit/2e8637d9094a271ee8b3cd054214a03600555797
Author: Andrew Bell <acbell at blaze.hobu.biz>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M include/pdal/Stage.hpp
M include/pdal/drivers/buffer/Reader.hpp
M include/pdal/drivers/caris/CloudReader.hpp
M include/pdal/drivers/faux/Reader.hpp
M include/pdal/drivers/las/Reader.hpp
M include/pdal/drivers/mrsid/Reader.hpp
M include/pdal/drivers/nitf/Reader.hpp
M include/pdal/drivers/oci/Reader.hpp
M include/pdal/drivers/pgpointcloud/Reader.hpp
M include/pdal/drivers/pipeline/Reader.hpp
M include/pdal/drivers/qfit/Reader.hpp
M include/pdal/drivers/sqlite/Reader.hpp
M include/pdal/drivers/terrasolid/Reader.hpp
M include/pdal/filters/ByteSwap.hpp
M include/pdal/filters/Cache.hpp
M include/pdal/filters/Chipper.hpp
M include/pdal/filters/Color.hpp
M include/pdal/filters/Colorization.hpp
M include/pdal/filters/Crop.hpp
M include/pdal/filters/Decimation.hpp
M include/pdal/filters/HexBin.hpp
M include/pdal/filters/InPlaceReprojection.hpp
M include/pdal/filters/Mosaic.hpp
M include/pdal/filters/PCLBlock.hpp
M include/pdal/filters/Predicate.hpp
M include/pdal/filters/Programmable.hpp
M include/pdal/filters/Reprojection.hpp
M include/pdal/filters/Scaling.hpp
M include/pdal/filters/Selector.hpp
M include/pdal/filters/Stats.hpp
M src/drivers/caris/CloudReader.cpp
M src/drivers/pipeline/Reader.cpp
M test/unit/drivers/buffer/BufferReaderTest.cpp
M test/unit/drivers/faux/FauxReaderTest.cpp
M test/unit/drivers/las/LasReaderTest.cpp
Log Message:
-----------
Remove supportsIterator(). Never called.
Commit: 61fe4fcdf54b6553727cea96b7d95a8a75f870c0
https://github.com/PDAL/PDAL/commit/61fe4fcdf54b6553727cea96b7d95a8a75f870c0
Author: Andrew Bell <andrew.bell.ia at gmail.com>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M include/pdal/Stage.hpp
M include/pdal/drivers/buffer/Reader.hpp
M include/pdal/drivers/caris/CloudReader.hpp
M include/pdal/drivers/faux/Reader.hpp
M include/pdal/drivers/las/Reader.hpp
M include/pdal/drivers/mrsid/Reader.hpp
M include/pdal/drivers/nitf/Reader.hpp
M include/pdal/drivers/oci/Reader.hpp
M include/pdal/drivers/pgpointcloud/Reader.hpp
M include/pdal/drivers/pipeline/Reader.hpp
M include/pdal/drivers/qfit/Reader.hpp
M include/pdal/drivers/sqlite/Reader.hpp
M include/pdal/drivers/terrasolid/Reader.hpp
M include/pdal/filters/ByteSwap.hpp
M include/pdal/filters/Cache.hpp
M include/pdal/filters/Chipper.hpp
M include/pdal/filters/Color.hpp
M include/pdal/filters/Colorization.hpp
M include/pdal/filters/Crop.hpp
M include/pdal/filters/Decimation.hpp
M include/pdal/filters/HexBin.hpp
M include/pdal/filters/InPlaceReprojection.hpp
M include/pdal/filters/Mosaic.hpp
M include/pdal/filters/PCLBlock.hpp
M include/pdal/filters/Predicate.hpp
M include/pdal/filters/Programmable.hpp
M include/pdal/filters/Reprojection.hpp
M include/pdal/filters/Scaling.hpp
M include/pdal/filters/Selector.hpp
M include/pdal/filters/Stats.hpp
M src/drivers/caris/CloudReader.cpp
M src/drivers/pipeline/Reader.cpp
M test/unit/drivers/buffer/BufferReaderTest.cpp
M test/unit/drivers/faux/FauxReaderTest.cpp
M test/unit/drivers/las/LasReaderTest.cpp
Log Message:
-----------
Merge pull request #257 from PDAL/no-supports-iter
Remove supportsIterator(). Never called.
Compare: https://github.com/PDAL/PDAL/compare/727f8842b053...61fe4fcdf54b
More information about the pdal-commits
mailing list