8#ifndef IGL_SEAM_EDGES_H 
    9#define IGL_SEAM_EDGES_H 
   47    typename Derivedseams,
 
   48    typename Derivedboundaries,
 
   49    typename Derivedfoldovers>
 
   51    const Eigen::PlainObjectBase<DerivedV>& V,
 
   52    const Eigen::PlainObjectBase<DerivedTC>& TC,
 
   53    const Eigen::PlainObjectBase<DerivedF>& F,
 
   54    const Eigen::PlainObjectBase<DerivedFTC>& FTC,
 
   55    Eigen::PlainObjectBase<Derivedseams>& seams,
 
   56    Eigen::PlainObjectBase<Derivedboundaries>& boundaries,
 
   57    Eigen::PlainObjectBase<Derivedfoldovers>& foldovers);
 
   59#ifndef IGL_STATIC_LIBRARY 
   60#  include "seam_edges.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void seam_edges(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedTC > &TC, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedFTC > &FTC, Eigen::PlainObjectBase< Derivedseams > &seams, Eigen::PlainObjectBase< Derivedboundaries > &boundaries, Eigen::PlainObjectBase< Derivedfoldovers > &foldovers)
Finds all UV-space boundaries of a mesh.