[pdal-commits] [PDAL/PDAL] e63e01: rejigger the getDimension method
to fall through t...
noreply at github.com
noreply at github.com
Wed Dec 14 10:12:14 EST 2011
Branch: refs/heads/dimension_types
Home: https://github.com/PDAL/PDAL
Commit: e63e0109c033235d48ef706eeb4f567b8d5255cb
https://github.com/PDAL/PDAL/commit/e63e0109c033235d48ef706eeb4f567b8d5255cb
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2011-12-12 (Mon, 12 Dec 2011)
Changed paths:
M src/Schema.cpp
Log Message:
-----------
rejigger the getDimension method to fall through to try the uuid if it doesn't find a dimension with the given name
Commit: 47e48cd416bb5e29ed127436cef9b39ee316fd22
https://github.com/PDAL/PDAL/commit/47e48cd416bb5e29ed127436cef9b39ee316fd22
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2011-12-14 (Wed, 14 Dec 2011)
Changed paths:
M include/pdal/StageBase.hpp
Log Message:
-----------
allow fetching a copy of the stage's current options with getCurrentOptions method
Commit: 0c3548151e51700630715fe2ed6f16302ae0fe8b
https://github.com/PDAL/PDAL/commit/0c3548151e51700630715fe2ed6f16302ae0fe8b
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2011-12-14 (Wed, 14 Dec 2011)
Changed paths:
M include/pdal/Options.hpp
M include/pdal/drivers/pipeline/Reader.hpp
M src/Options.cpp
M src/PipelineReader.cpp
M src/PipelineWriter.cpp
A test/data/pipeline/pipeline_multioptions.xml
M test/unit/OptionsTest.cpp
M test/unit/PipelineReaderTest.cpp
M test/unit/PipelineWriterTest.cpp
Log Message:
-----------
Option now supports its own Options (to indefinite depth)
Compare: https://github.com/PDAL/PDAL/compare/3e63ea5...0c35481
More information about the pdal-commits
mailing list