Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
combine.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "combine.cpp"
+ Include dependency graph for combine.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 DerivedVV , typename DerivedFF , typename DerivedV , typename DerivedF , typename DerivedVsizes , typename DerivedFsizes >
IGL_INLINE void igl::combine (const std::vector< DerivedVV > &VV, const std::vector< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedVsizes > &Vsizes, Eigen::PlainObjectBase< DerivedFsizes > &Fsizes)
 
template<typename DerivedVV , typename DerivedFF , typename DerivedV , typename DerivedF >
IGL_INLINE void igl::combine (const std::vector< DerivedVV > &VV, const std::vector< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)