Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
upsample.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "upsample.cpp"
+ Include dependency graph for upsample.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

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)