Wildmeshing Toolkit
isotropic_remeshing.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 struct IsotropicRemeshingOptions;
5 
6 void isotropic_remeshing(const IsotropicRemeshingOptions& options);
7 
8 } // namespace wmtk::components::isotropic_remeshing
void isotropic_remeshing(const IsotropicRemeshingOptions &options)