Wildmeshing Toolkit
Loading...
Searching...
No Matches
VertexLaplacianSmooth.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace wmtk::simplex {
6 class Simplex;
7
8}
9
10
11namespace wmtk::operations {
12
14{
15public:
17 virtual ~VertexLaplacianSmooth() = default;
18
19 virtual bool operator()(Mesh& m, const simplex::Simplex& s);
20
21protected:
23};
24
25} // namespace wmtk::operations
virtual bool operator()(Mesh &m, const simplex::Simplex &s)
attribute::MeshAttributeHandle m_attibute_handle