[pdal-commits] [PDAL/PDAL] ab439d: more doc'ing

GitHub noreply at github.com
Thu Nov 8 11:55:55 PST 2012


  Branch: refs/heads/fix-default-dimensions
  Home:   https://github.com/PDAL/PDAL
  Commit: ab439d7ba10da53c98bbc42988a5e8cd46019dc8
      https://github.com/PDAL/PDAL/commit/ab439d7ba10da53c98bbc42988a5e8cd46019dc8
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-11-08 (Thu, 08 Nov 2012)

  Changed paths:
    A doc/api/cpp/drivers.txt
    M doc/api/cpp/index.txt

  Log Message:
  -----------
  more doc'ing


  Commit: a27e49626aa8677e510901ca4506487c8a254aed
      https://github.com/PDAL/PDAL/commit/a27e49626aa8677e510901ca4506487c8a254aed
  Author: Howard Butler <hobu.inc at gmail.com>
  Date:   2012-11-08 (Thu, 08 Nov 2012)

  Changed paths:
    M include/pdal/Reader.hpp
    M include/pdal/Stage.hpp
    M include/pdal/drivers/faux/Reader.hpp
    M include/pdal/drivers/las/Reader.hpp
    M include/pdal/drivers/las/ReaderBase.hpp
    M include/pdal/drivers/las/Support.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/pipeline/Reader.hpp
    M include/pdal/drivers/qfit/Reader.hpp
    M include/pdal/drivers/soci/Reader.hpp
    M include/pdal/drivers/terrasolid/Reader.hpp
    M include/pdal/filters/Chipper.hpp
    M include/pdal/filters/Color.hpp
    M src/Reader.cpp
    M src/Stage.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/las/LasHeaderReader.cpp
    M src/drivers/las/LasHeaderReader.hpp
    M src/drivers/las/Reader.cpp
    M src/drivers/las/Support.cpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/nitf/Reader.cpp
    M src/drivers/oci/Reader.cpp
    M src/drivers/pipeline/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    M src/drivers/soci/Reader.cpp
    M src/drivers/terrasolid/Reader.cpp
    M src/filters/Chipper.cpp
    M src/filters/Color.cpp

  Log Message:
  -----------
  getDefaultDimensions() is now a static method of all pdal::Stage. It defaults to returning an empty vector unless implemented. It is now possible to get a candidate list of dimensions from a stage without implementing it


Compare: https://github.com/PDAL/PDAL/compare/ab439d7ba10d^...a27e49626aa8


More information about the pdal-commits mailing list