[pdal-commits] [PDAL/PDAL] 49baa2: Add Delaunay filter (issue #1855) (#1916)

GitHub noreply at github.com
Tue Apr 10 10:13:24 PDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 49baa200fc50b6027f0f747ec16be599754918da
      https://github.com/PDAL/PDAL/commit/49baa200fc50b6027f0f747ec16be599754918da
  Author: Peter Limkilde Svendsen <34237736+plimkilde at users.noreply.github.com>
  Date:   2018-04-10 (Tue, 10 Apr 2018)

  Changed paths:
    M cmake/options.cmake
    A doc/stages/filters.delaunay.rst
    M doc/stages/filters.rst
    M plugins/CMakeLists.txt
    A plugins/delaunay/CMakeLists.txt
    A plugins/delaunay/filters/DelaunayFilter.cpp
    A plugins/delaunay/filters/DelaunayFilter.hpp
    A plugins/delaunay/filters/Delaunay_psm.cpp
    A plugins/delaunay/filters/Delaunay_psm.h

  Log Message:
  -----------
  Add Delaunay filter (issue #1855) (#1916)

* Fix documentation of greedyprojection and gridprojection to use PLY writer

* Basic scaffolding for new filter

* Correct use of PointView

* Added Geogram PSM, currently crashes when run

* 2D Delaunay working

* Add docs for Delaunay filter

* Add license text

* Add NULL check on mesh

* Remove debugging output

* Add Delaunay filter in stage doc overview

* Fix indentation




More information about the pdal-commits mailing list