#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "combine.cpp"
Go to the source code of this file.
|
| 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) |
| |