Volume Cartographer 2.27.0
SmoothNormals.hpp
Go to the documentation of this file.
1#pragma once
2
6
7namespace volcart::meshing
8{
23ITKMesh::Pointer SmoothNormals(const ITKMesh::Pointer& input, double radius);
24} // namespace volcart::meshing
ITKMesh::Pointer SmoothNormals(const ITKMesh::Pointer &input, double radius)
Smooth vertex normals within a specified radius.
Mesh generation and modification library.