Wildmeshing Toolkit
MultiMeshEdgeSplitFunctor.hpp
Go to the documentation of this file.
1 
2 #pragma once
3 
8 namespace wmtk {
9 class Mesh;
10 class PointMesh;
11 class EdgeMesh;
12 class TriMesh;
13 class TetMesh;
14 } // namespace wmtk
15 
16 namespace wmtk::operations::utils {
17 
19 {
20 public:
21  void operator()(const Mesh&, const simplex::Simplex&) const {}
26 };
27 
28 } // namespace wmtk::operations::utils
wmtk::operations::EdgeOperationData run(Mesh &, const simplex::Simplex &) const
void operator()(const Mesh &, const simplex::Simplex &) const
Definition: Accessor.hpp:6