14#include <Eigen/Sparse> 
   32    const Eigen::MatrixBase<DerivedF> & F,
 
   33    Eigen::SparseMatrix<SType>& S,
 
   34    Eigen::PlainObjectBase<DerivedNF> & NF);
 
   48    const Eigen::MatrixBase<DerivedV>& V,
 
   49    const Eigen::MatrixBase<DerivedF>& F,
 
   50    Eigen::PlainObjectBase<DerivedNV>& NV,
 
   51    Eigen::PlainObjectBase<DerivedNF>& NF,
 
   52    const int number_of_subdivs = 1);
 
   55#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
void loop(const int n_verts, const Eigen::MatrixBase< DerivedF > &F, Eigen::SparseMatrix< SType > &S, Eigen::PlainObjectBase< DerivedNF > &NF)
Given the triangle mesh [V, F], where n_verts = V.rows(), computes newV and a sparse matrix S s....