#ifndef IGL_NO_CORK #include "from_cork_mesh.h" template < typename DerivedV, typename DerivedF> IGL_INLINE void igl::from_cork_mesh( const CorkTriMesh & mesh, Eigen::PlainObjectBase & V, Eigen::PlainObjectBase & F) { using namespace std; F.resize(mesh.n_triangles,3); V.resize(mesh.n_vertices,3); for(size_t v = 0;v, Eigen::Matrix >(CorkTriMesh const&, Eigen::PlainObjectBase >&, Eigen::PlainObjectBase >&); template void igl::from_cork_mesh, Eigen::Matrix >(CorkTriMesh const&, Eigen::PlainObjectBase >&, Eigen::PlainObjectBase >&); #endif #endif