|
Volume Cartographer 2.28.0
|
#include "vc/core/types/ITKMesh.hpp"Go to the source code of this file.
Namespaces | |
| namespace | volcart |
| Volume Cartographer library | |
| namespace | volcart::meshing |
| Mesh generation and modification library. | |
Functions | |
| void | volcart::meshing::ScaleMesh (const ITKMesh::Pointer &input, const ITKMesh::Pointer &output, double scaleFactor) |
| Scale an ITKMesh by a linear scale factor. More... | |
| ITKMesh::Pointer | volcart::meshing::ScaleMesh (const ITKMesh::Pointer &input, double scaleFactor) |
| Scale an ITKMesh by a linear scale factor. More... | |