topology-tool-kit / ttk

TTK - Topological Data Analysis and Visualization - Source Code
https://topology-tool-kit.github.io/
Other
406 stars 120 forks source link

[SignedDistanceField] add module #1035

Closed MatPont closed 1 week ago

MatPont commented 1 month ago

This PR adds a module to compute a signed distance field given a triangulation representing a surface.

It implements an exact backend (accelerated with a BVH data structure), the fast marching backend [Sethian, 1996] being a fast approximation and the fast marching band method, a variant of the fast marching, being faster than the latter but also being a less good approximation.

julien-tierny commented 1 week ago

alright, looks good! thanks!