Volume Cartographer 2.27.0
ScaleMesh.hpp
Go to the documentation of this file.
1#pragma once
2
6
7namespace volcart::meshing
8{
24 const ITKMesh::Pointer& input,
25 const ITKMesh::Pointer& output,
26 double scaleFactor);
27
34ITKMesh::Pointer ScaleMesh(const ITKMesh::Pointer& input, double scaleFactor);
35} // namespace volcart::meshing
void ScaleMesh(const ITKMesh::Pointer &input, const ITKMesh::Pointer &output, double scaleFactor)
Scale an ITKMesh by a linear scale factor.
Mesh generation and modification library.