[pdal-commits] [PDAL/PDAL] bf726a: make random iterator take in
PointBuffer& at insta...
GitHub
noreply at github.com
Thu Mar 1 13:06:51 EST 2012
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: bf726a889621d82bb0f24d9c7894ba3b133bef1b
https://github.com/PDAL/PDAL/commit/bf726a889621d82bb0f24d9c7894ba3b133bef1b
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-03-01 (Thu, 01 Mar 2012)
Changed paths:
M include/pdal/FilterIterator.hpp
M include/pdal/ReaderIterator.hpp
M include/pdal/Stage.hpp
M include/pdal/StageIterator.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/pipeline/Reader.hpp
M include/pdal/drivers/qfit/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/InPlaceReprojection.hpp
M include/pdal/filters/Mosaic.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/FilterIterator.cpp
M src/ReaderIterator.cpp
M src/StageIterator.cpp
M src/drivers/faux/Reader.cpp
M src/drivers/las/Reader.cpp
M src/drivers/pipeline/Reader.cpp
M src/drivers/qfit/Reader.cpp
M src/drivers/terrasolid/Reader.cpp
M src/filters/Cache.cpp
M src/filters/Chipper.cpp
M test/unit/ChipperTest.cpp
M test/unit/FauxReaderTest.cpp
M test/unit/LasReaderTest.cpp
Log Message:
-----------
make random iterator take in PointBuffer& at instantiation
More information about the pdal-commits
mailing list