9#ifndef IGL_SPLIT_NONMANIFOLD_H 
   10#define IGL_SPLIT_NONMANIFOLD_H 
   29      const Eigen::MatrixBase<DerivedF> & F,
 
   30      Eigen::PlainObjectBase <DerivedSF> & SF,
 
   31      Eigen::PlainObjectBase <DerivedSVI> & SVI);
 
   43    const Eigen::MatrixBase<DerivedV> & V,
 
   44    const Eigen::MatrixBase<DerivedF> & F,
 
   45    Eigen::PlainObjectBase <DerivedSV> & SV,
 
   46    Eigen::PlainObjectBase <DerivedSF> & SF,
 
   47    Eigen::PlainObjectBase <DerivedSVI> & SVI);
 
   50#ifndef IGL_STATIC_LIBRARY 
   51#  include "split_nonmanifold.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void split_nonmanifold(const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedSF > &SF, Eigen::PlainObjectBase< DerivedSVI > &SVI)
Split a non-manifold (or non-orientable) mesh into a orientable manifold mesh possibly with more conn...