Wildmeshing Toolkit
tetwild_simplification.hpp File Reference
#include <nlohmann/json.hpp>
#include <wmtk/TriMesh.hpp>
Include dependency graph for tetwild_simplification.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 wmtk
 
 wmtk::components
 

Functions

std::tuple< std::shared_ptr< TriMesh >, nlohmann::jsonwmtk::components::tetwild_simplification (const TriMesh &mesh, const std::string &postion_attr_name, double main_eps, bool relative=true, double duplicate_tol=-1, bool use_sampling=true)
 Perform the simplification from the original tetwild. More...