[pdal-commits] [PDAL/PDAL] 072659: Add Cloth Simulation Filter (CSF) (#2766)

chambbj noreply at github.com
Thu Feb 20 19:38:13 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: 072659a4bfe286e6cd89ae67f35c59df0dd76bee
      https://github.com/PDAL/PDAL/commit/072659a4bfe286e6cd89ae67f35c59df0dd76bee
  Author: chambbj <brad.chambers at gmail.com>
  Date:   2020-02-20 (Thu, 20 Feb 2020)

  Changed paths:
    M doc/references.rst
    A doc/stages/filters.csf.rst
    M doc/stages/filters.rst
    A filters/CSFilter.cpp
    A filters/CSFilter.hpp
    A filters/private/csf/CSF.cpp
    A filters/private/csf/CSF.h
    A filters/private/csf/Cloth.cpp
    A filters/private/csf/Cloth.h
    A filters/private/csf/Constraint.cpp
    A filters/private/csf/Constraint.h
    A filters/private/csf/Particle.cpp
    A filters/private/csf/Particle.h
    A filters/private/csf/Rasterization.cpp
    A filters/private/csf/Rasterization.h
    A filters/private/csf/Vec3.h
    A filters/private/csf/XYZReader.cpp
    A filters/private/csf/XYZReader.h
    A filters/private/csf/c2cdist.cpp
    A filters/private/csf/c2cdist.h
    A filters/private/csf/point_cloud.cpp
    A filters/private/csf/point_cloud.h
    M test/unit/CMakeLists.txt
    A test/unit/filters/CSFilterTest.cpp

  Log Message:
  -----------
  Add Cloth Simulation Filter (CSF) (#2766)

* Add Cloth Simulation Filter (CSF)

* OpenMP intentionally left out for now

* Address PR recommendation to add try-catch block




More information about the pdal-commits mailing list