Wildmeshing Toolkit
Loading...
Searching...
No Matches
CDT.hpp
Go to the documentation of this file.
1#pragma once
2#include <wmtk/Mesh.hpp>
3#include <wmtk/TriMesh.hpp>
4
5namespace wmtk::components {
6
7std::shared_ptr<Mesh>
8CDT(const TriMesh& trimesh, const bool inner_only, const bool rational_output);
9
10} // namespace wmtk::components
std::shared_ptr< Mesh > CDT(const TriMesh &trimesh, const bool inner_only, const bool rational_output)
Definition CDT.cpp:18