libigl v2.5.0
Loading...
Searching...
No Matches
bijective_composite_harmonic_mapping.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "bijective_composite_harmonic_mapping.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedV , typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedU >
bool igl::bijective_composite_harmonic_mapping (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, Eigen::PlainObjectBase< DerivedU > &U)
 Compute a injective planar mapping of a triangulated polygon (V,F) subjected to boundary conditions (b,bc).
 
template<typename DerivedV , typename DerivedF , typename Derivedb , typename Derivedbc , typename DerivedU >
bool igl::bijective_composite_harmonic_mapping (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< Derivedb > &b, const Eigen::MatrixBase< Derivedbc > &bc, const int min_steps, const int max_steps, const int num_inner_iters, const bool test_for_flips, Eigen::PlainObjectBase< DerivedU > &U)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.