#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, Eigen::Matrix, int>(Eigen::PlainObjectBase > const&, Eigen::PlainObjectBase > const&, std::vector >, std::allocator > > >&, std::vector >, std::allocator > > >&); template void igl::vf, Eigen::Matrix, unsigned int>(Eigen::PlainObjectBase > const&, Eigen::PlainObjectBase > const&, std::vector >, std::allocator > > >&, std::vector >, std::allocator > > >&); #endif