[pdal-commits] [PDAL/PDAL] cfc913: getDefaultOptions is now a static method of pdal::...
GitHub
noreply at github.com
Thu Nov 8 13:12:29 PST 2012
Branch: refs/heads/fix-default-options
Home: https://github.com/PDAL/PDAL
Commit: cfc9135a7b5b08b6c2d9e908418c15844c9ab131
https://github.com/PDAL/PDAL/commit/cfc9135a7b5b08b6c2d9e908418c15844c9ab131
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-11-08 (Thu, 08 Nov 2012)
Changed paths:
M include/pdal/Stage.hpp
M include/pdal/StageBase.hpp
M include/pdal/drivers/faux/Reader.hpp
M include/pdal/drivers/faux/Writer.hpp
M include/pdal/drivers/las/Reader.hpp
M include/pdal/drivers/las/Writer.hpp
M include/pdal/drivers/mrsid/Reader.hpp
M include/pdal/drivers/nitf/Reader.hpp
M include/pdal/drivers/nitf/Writer.hpp
M include/pdal/drivers/oci/Reader.hpp
M include/pdal/drivers/oci/Writer.hpp
M include/pdal/drivers/p2g/Writer.hpp
M include/pdal/drivers/pcd/Writer.hpp
M include/pdal/drivers/pipeline/Reader.hpp
M include/pdal/drivers/qfit/Reader.hpp
M include/pdal/drivers/soci/Reader.hpp
M include/pdal/drivers/soci/Writer.hpp
M include/pdal/drivers/terrasolid/Reader.hpp
M include/pdal/drivers/text/Writer.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/Index.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/drivers/faux/Reader.cpp
M src/drivers/faux/Writer.cpp
M src/drivers/las/Reader.cpp
M src/drivers/las/Writer.cpp
M src/drivers/mrsid/Reader.cpp
M src/drivers/nitf/Reader.cpp
M src/drivers/nitf/Writer.cpp
M src/drivers/oci/Reader.cpp
M src/drivers/oci/Writer.cpp
M src/drivers/p2g/Writer.cpp
M src/drivers/pcd/Writer.cpp
M src/drivers/pipeline/Reader.cpp
M src/drivers/qfit/Reader.cpp
M src/drivers/soci/Reader.cpp
M src/drivers/soci/Writer.cpp
M src/drivers/terrasolid/Reader.cpp
M src/drivers/text/Writer.cpp
M src/filters/ByteSwap.cpp
M src/filters/Cache.cpp
M src/filters/Chipper.cpp
M src/filters/Color.cpp
M src/filters/Colorization.cpp
M src/filters/Crop.cpp
M src/filters/Decimation.cpp
M src/filters/InPlaceReprojection.cpp
M src/filters/Index.cpp
M src/filters/Mosaic.cpp
M src/filters/Predicate.cpp
M src/filters/Programmable.cpp
M src/filters/Reprojection.cpp
M src/filters/Scaling.cpp
M src/filters/Selector.cpp
M src/filters/Stats.cpp
Log Message:
-----------
getDefaultOptions is now a static method of pdal::StageBase. It defaults to returning a single pdal::Options instance describing the relevant options to the pdal::Stage. It is now possible to get a candidate list of Options from a stage without implementing the Stage itself
More information about the pdal-commits
mailing list