9#ifndef IGL_LINE_FIELD_MISSMATCH_H 
   10#define IGL_LINE_FIELD_MISSMATCH_H 
   28  template <
typename DerivedV, 
typename DerivedF, 
typename DerivedO>
 
   30    const Eigen::PlainObjectBase<DerivedV> &V,
 
   31    const Eigen::PlainObjectBase<DerivedF> &F,
 
   32    const Eigen::PlainObjectBase<DerivedV> &PD1,
 
   34    Eigen::PlainObjectBase<DerivedO> &mismatch);
 
   36#ifndef IGL_STATIC_LIBRARY 
   37#include "line_field_mismatch.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void line_field_mismatch(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedV > &PD1, const bool isCombed, Eigen::PlainObjectBase< DerivedO > &mismatch)
Calculates the mismatch (integer), at each face edge, of a cross field defined on the mesh faces.