Wildmeshing Toolkit
axis_aligned_fusion.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <memory>
4
#include <vector>
5
6
namespace
wmtk
{
7
class
Mesh;
8
}
// namespace wmtk
9
namespace
wmtk::components::multimesh
{
10
11
// TODO: this really shouldn't require returning a mesh
12
// void axis_aligned_fusion(Mesh& m, const std::vector<bool>& axes_to_fuse, double eps = 1e-10);
13
std::shared_ptr<Mesh>
14
axis_aligned_fusion
(
const
Mesh& m,
const
std::vector<bool>& axes_to_fuse,
double
eps = 1e-10);
15
16
}
// namespace wmtk::components::multimesh
wmtk::components::multimesh
Definition:
axis_aligned_fusion.cpp:15
wmtk::components::multimesh::axis_aligned_fusion
std::shared_ptr< Mesh > axis_aligned_fusion(const Mesh &mesh, const std::vector< bool > &operating_axis, double eps)
Definition:
axis_aligned_fusion.cpp:18
wmtk
Definition:
Accessor.hpp:6
components
multimesh
src
wmtk
components
multimesh
axis_aligned_fusion.hpp
Generated by
1.9.1