14#include <lagrange/SurfaceMesh.h>
15#include <lagrange/xatlas/Options.h>
16#include <lagrange/xatlas/api.h>
22namespace lagrange::xatlas {
37template <
typename Scalar,
typename Index>
38LA_XATLAS_API SurfaceMesh<Scalar, Index> unwrap_mesh(
39 const SurfaceMesh<Scalar, Index>& mesh,
41 std::function<void(
const std::string&,
float)> notification_func =
nullptr,
42 const std::atomic_bool* cancel =
nullptr);
Options controlling a full unwrap (segment + parameterize + pack).
Definition Options.h:128