9#ifndef IGL_COMB_FRAME_FIELD_H 
   10#define IGL_COMB_FRAME_FIELD_H 
   29  template <
typename DerivedV, 
typename DerivedF, 
typename DerivedP>
 
   31                                        const Eigen::MatrixBase<DerivedF> &F,
 
   32                                        const Eigen::MatrixBase<DerivedP> &PD1,
 
   33                                        const Eigen::MatrixBase<DerivedP> &PD2,
 
   34                                        const Eigen::MatrixBase<DerivedP> &BIS1_combed,
 
   35                                        const Eigen::MatrixBase<DerivedP> &BIS2_combed,
 
   36                                        Eigen::PlainObjectBase<DerivedP> &PD1_combed,
 
   37                                        Eigen::PlainObjectBase<DerivedP> &PD2_combed);
 
   39#ifndef IGL_STATIC_LIBRARY 
   40#include "comb_frame_field.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void comb_frame_field(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedP > &PD1, const Eigen::MatrixBase< DerivedP > &PD2, const Eigen::MatrixBase< DerivedP > &BIS1_combed, const Eigen::MatrixBase< DerivedP > &BIS2_combed, Eigen::PlainObjectBase< DerivedP > &PD1_combed, Eigen::PlainObjectBase< DerivedP > &PD2_combed)
Computes principal matchings of the vectors of a frame field across face edges, and generates a combe...