#include "vf.h" #include "verbose.h" template IGL_INLINE void igl::vf( const Eigen::PlainObjectBase& V, const Eigen::PlainObjectBase& F, std::vector >& VF, std::vector >& VFi) { VF.clear(); VFi.clear(); VF.resize(V.rows()); VFi.resize(V.rows()); for(int fi=0; fi