Volume Cartographer 2.27.0
OrthographicProjectionFlattening.hpp
Go to the documentation of this file.
1#pragma once
2
6
7namespace volcart::texturing
8{
25{
26public:
29
31 static Pointer New();
32
34 ITKMesh::Pointer compute() override;
35};
36
37} // namespace volcart::texturing
std::shared_ptr< FlatteningAlgorithm > Pointer
Computes a 2D parameterization of a triangular mesh using orthographic projection.
OrthographicProjectionFlattening()=default
Default constructor.
ITKMesh::Pointer compute() override
Compute the parameterization.
Texturing and parameterization algorithms and utilities library.