8#ifndef IGL_BIJECTIVE_COMPOSITE_HARMONIC_MAPPING_H 
    9#define IGL_BIJECTIVE_COMPOSITE_HARMONIC_MAPPING_H 
   40    const Eigen::MatrixBase<DerivedV> & V,
 
   41    const Eigen::MatrixBase<DerivedF> & F,
 
   42    const Eigen::MatrixBase<Derivedb> & b,
 
   43    const Eigen::MatrixBase<Derivedbc> & bc,
 
   44    Eigen::PlainObjectBase<DerivedU> & U);
 
   61    const Eigen::MatrixBase<DerivedV> & V,
 
   62    const Eigen::MatrixBase<DerivedF> & F,
 
   63    const Eigen::MatrixBase<Derivedb> & b,
 
   64    const Eigen::MatrixBase<Derivedbc> & bc,
 
   67    const int num_inner_iters,
 
   68    const bool test_for_flips,
 
   69    Eigen::PlainObjectBase<DerivedU> & U);
 
   72#ifndef IGL_STATIC_LIBRARY 
   73#  include "bijective_composite_harmonic_mapping.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool 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 (...