9#ifndef IGL_CUT_MESH_FROM_SINGULARITIES_H
10#define IGL_CUT_MESH_FROM_SINGULARITIES_H
31 const Eigen::MatrixBase<DerivedV> &V,
32 const Eigen::MatrixBase<DerivedF> &F,
33 const Eigen::MatrixBase<DerivedM> &MMatch,
34 Eigen::PlainObjectBase<DerivedO> &seams);
36#ifndef IGL_STATIC_LIBRARY
37#include "cut_mesh_from_singularities.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void cut_mesh_from_singularities(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedM > &MMatch, Eigen::PlainObjectBase< DerivedO > &seams)
Given a mesh (V,F) and the integer mismatch of a cross field per edge (mismatch), finds the cut_graph...