#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "upsample.cpp"
Go to the source code of this file.
|
| template<typename DerivedF , typename SType , typename DerivedNF > |
| IGL_INLINE void | igl::upsample (const int n_verts, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::SparseMatrix< SType > &S, Eigen::PlainObjectBase< DerivedNF > &NF) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedNV , typename DerivedNF > |
| IGL_INLINE void | igl::upsample (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedNV > &NV, Eigen::PlainObjectBase< DerivedNF > &NF, const int number_of_subdivs=1) |
| |
| template<typename MatV , typename MatF > |
| IGL_INLINE void | igl::upsample (MatV &V, MatF &F, const int number_of_subdivs=1) |
| |