[pdal-commits] [PDAL/PDAL] 62e549: Add Cloth Simulation Filter (CSF)
chambbj
noreply at github.com
Thu Feb 13 07:25:32 PST 2020
Branch: refs/heads/issue-2765-cloth-simulation-filter
Home: https://github.com/PDAL/PDAL
Commit: 62e5494f93ff490975ae7e2280ba7dc587ba726a
https://github.com/PDAL/PDAL/commit/62e5494f93ff490975ae7e2280ba7dc587ba726a
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-13 (Thu, 13 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)
* OpenMP intentionally left out for now
Commit: d2943c1174b1ce90d8b771631a89eb43151c992f
https://github.com/PDAL/PDAL/commit/d2943c1174b1ce90d8b771631a89eb43151c992f
Author: Bradley J Chambers <brad.chambers at gmail.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M filters/CSFilter.cpp
Log Message:
-----------
Address PR recommendation to add try-catch block
Compare: https://github.com/PDAL/PDAL/compare/4b774bdaf9e5...d2943c1174b1
More information about the pdal-commits
mailing list