Wildmeshing Toolkit
CDT.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <wmtk/Mesh.hpp>
4 #include <wmtk/TetMesh.hpp>
5 #include <wmtk/TriMesh.hpp>
6 
7 #include <wmtk/utils/Logger.hpp>
8 
10 
11 
12 std::shared_ptr<wmtk::TetMesh> CDT_internal(
13  const wmtk::TriMesh& m,
14  std::vector<std::array<bool, 4>>& local_f_on_input,
15  bool inner_only,
16  bool rational_output);
17 
18 } // namespace wmtk::components::internal
std::shared_ptr< wmtk::TetMesh > CDT_internal(const wmtk::TriMesh &m, std::vector< std::array< bool, 4 >> &local_f_on_input, bool inner_only, bool rational_output)
Definition: CDT.cpp:18