[pdal-commits] [PDAL/PDAL] d7b786: Remove m_pointCountType and references

GitHub noreply at github.com
Tue Apr 29 12:25:53 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: d7b786eb124953321a3b7682e0a85869f2dac149
      https://github.com/PDAL/PDAL/commit/d7b786eb124953321a3b7682e0a85869f2dac149
  Author: Pete Gadomski <pete.gadomski at gmail.com>
  Date:   2014-04-29 (Tue, 29 Apr 2014)

  Changed paths:
    M include/pdal/Stage.hpp
    M include/pdal/pdal_types.hpp
    M src/Stage.cpp
    M src/drivers/buffer/Reader.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/pipeline/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    M src/filters/ByteSwap.cpp
    M src/filters/Chipper.cpp
    M src/filters/Crop.cpp
    M src/filters/Mosaic.cpp
    M test/data/apps/pdalinfo_stage.txt
    M test/data/apps/pdalinfo_stage_nosrs.txt
    M test/unit/drivers/sbet/SbetReaderTest.cpp

  Log Message:
  -----------
  Remove m_pointCountType and references

Per discussion in #328, pointCountType is not and will mostly likely not
be used. This patch removes the member variable from Stage and all
references to that variable and its associated methods.

Closes #329.


  Commit: 3e35b2e461aba47853e08ee0c93148709e6a8a1a
      https://github.com/PDAL/PDAL/commit/3e35b2e461aba47853e08ee0c93148709e6a8a1a
  Author: Howard Butler <howard at hobu.co>
  Date:   2014-04-29 (Tue, 29 Apr 2014)

  Changed paths:
    M include/pdal/Stage.hpp
    M include/pdal/pdal_types.hpp
    M src/Stage.cpp
    M src/drivers/buffer/Reader.cpp
    M src/drivers/faux/Reader.cpp
    M src/drivers/mrsid/Reader.cpp
    M src/drivers/pipeline/Reader.cpp
    M src/drivers/qfit/Reader.cpp
    M src/filters/ByteSwap.cpp
    M src/filters/Chipper.cpp
    M src/filters/Crop.cpp
    M src/filters/Mosaic.cpp
    M test/data/apps/pdalinfo_stage.txt
    M test/data/apps/pdalinfo_stage_nosrs.txt
    M test/unit/drivers/sbet/SbetReaderTest.cpp

  Log Message:
  -----------
  Merge pull request #330 from gadomski/issue/329-remove-pointcounttype

Remove m_pointCountType and references


Compare: https://github.com/PDAL/PDAL/compare/7a666ddfc21c...3e35b2e461ab


More information about the pdal-commits mailing list