Apply Laplacian smoothing to a mesh.
More...
#include <vc/graph/meshing.hpp>
|
smgl::InputPort< ITKMesh::Pointer > | input |
| Input mesh. More...
|
|
smgl::OutputPort< ITKMesh::Pointer > | output |
| Output mesh. More...
|
|
|
auto | serialize_ (bool useCache, const filesystem::path &cacheDir) -> smgl::Metadata override |
|
void | deserialize_ (const smgl::Metadata &meta, const filesystem::path &cacheDir) override |
|
Apply Laplacian smoothing to a mesh.
Definition at line 151 of file meshing.hpp.
◆ Smoother
◆ LaplacianSmoothMeshNode()
volcart::LaplacianSmoothMeshNode::LaplacianSmoothMeshNode |
( |
| ) |
|
◆ deserialize_()
void volcart::LaplacianSmoothMeshNode::deserialize_ |
( |
const smgl::Metadata & |
meta, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| |
|
overrideprivate |
smgl custom deserialization
◆ serialize_()
auto volcart::LaplacianSmoothMeshNode::serialize_ |
( |
bool |
useCache, |
|
|
const filesystem::path & |
cacheDir |
|
) |
| -> smgl::Metadata |
|
overrideprivate |
smgl custom serialization
◆ input
smgl::InputPort<ITKMesh::Pointer> volcart::LaplacianSmoothMeshNode::input |
◆ mesh_
ITKMesh::Pointer volcart::LaplacianSmoothMeshNode::mesh_ |
|
private |
◆ output
smgl::OutputPort<ITKMesh::Pointer> volcart::LaplacianSmoothMeshNode::output |
◆ smoother_
Smoother volcart::LaplacianSmoothMeshNode::smoother_ |
|
private |
The documentation for this class was generated from the following file: