[pdal-commits] [PDAL/PDAL] f05523: Switch Delaunay filter to use delaunator-cpp and m...

Peter Limkilde Svendsen noreply at github.com
Fri Feb 1 13:50:18 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: f05523e2ab16c0478f7c412c829498f90a62cae3
      https://github.com/PDAL/PDAL/commit/f05523e2ab16c0478f7c412c829498f90a62cae3
  Author: Peter Limkilde Svendsen <34237736+plimkilde at users.noreply.github.com>
  Date:   2019-02-01 (Fri, 01 Feb 2019)

  Changed paths:
    M cmake/options.cmake
    M doc/stages/filters.delaunay.rst
    A filters/DelaunayFilter.cpp
    A filters/DelaunayFilter.hpp
    A filters/private/delaunator.hpp
    M plugins/CMakeLists.txt
    R plugins/delaunay/CMakeLists.txt
    R plugins/delaunay/filters/DelaunayFilter.cpp
    R plugins/delaunay/filters/DelaunayFilter.hpp
    R plugins/delaunay/filters/Delaunay_psm.cpp
    R plugins/delaunay/filters/Delaunay_psm.h
    A test/data/filters/delaunaytest.txt
    M test/unit/CMakeLists.txt
    A test/unit/filters/DelaunayFilterTest.cpp

  Log Message:
  -----------
  Switch Delaunay filter to use delaunator-cpp and move to core stages (#2237)

* Switch Delaunay filter to delaunator-cpp and move it from plugins to filters

* Properly use indices from triangulation

* Add unit test from PR #1985

* Delaunator capitalization

* Add copyright notice to delaunator header

* Work around min/max macros on Windows

* Unit test for specific triangulation

* Make Delaunay filter output counterclockwise order

* Also check mesh size




More information about the pdal-commits mailing list