Wildmeshing Toolkit
|
#include <VertexLaplacianSmooth.hpp>
Public Member Functions | |
VertexLaplacianSmooth (const attribute::MeshAttributeHandle &handle) | |
virtual | ~VertexLaplacianSmooth ()=default |
virtual bool | operator() (Mesh &m, const simplex::Simplex &s) |
Protected Attributes | |
attribute::MeshAttributeHandle | m_attibute_handle |
Definition at line 13 of file VertexLaplacianSmooth.hpp.
wmtk::operations::VertexLaplacianSmooth::VertexLaplacianSmooth | ( | const attribute::MeshAttributeHandle & | handle | ) |
Definition at line 9 of file VertexLaplacianSmooth.cpp.
References wmtk::attribute::MeshAttributeHandle::held_type().
|
virtualdefault |
|
virtual |
Reimplemented in wmtk::operations::VertexTangentialLaplacianSmooth.
Definition at line 20 of file VertexLaplacianSmooth.cpp.
References wmtk::Mesh::create_accessor(), wmtk::attribute::MeshAttributeHandle::handle(), wmtk::simplex::link(), m_attibute_handle, wmtk::simplex::SimplexCollection::simplex_vector(), wmtk::simplex::Simplex::tuple(), and wmtk::Vertex.
|
protected |
Definition at line 22 of file VertexLaplacianSmooth.hpp.
Referenced by operator()(), and wmtk::operations::VertexTangentialLaplacianSmooth::operator()().