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