Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
loop.h File Reference
#include <igl/igl_inline.h>
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "loop.cpp"
+ Include dependency graph for loop.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::loop (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::loop (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedNV > &NV, Eigen::PlainObjectBase< DerivedNF > &NF, const int number_of_subdivs=1)