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