#include "igl_inline.h"
#include <Eigen/Core>
#include "remove_unreferenced.cpp"
Go to the source code of this file.
|
| template<typename DerivedV , typename DerivedF , typename DerivedNV , typename DerivedNF , typename DerivedI > |
| IGL_INLINE void | igl::remove_unreferenced (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedNV > &NV, Eigen::PlainObjectBase< DerivedNF > &NF, Eigen::PlainObjectBase< DerivedI > &I) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedNV , typename DerivedNF , typename DerivedI , typename DerivedJ > |
| IGL_INLINE void | igl::remove_unreferenced (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedNV > &NV, Eigen::PlainObjectBase< DerivedNF > &NF, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedJ > &J) |
| |
| template<typename DerivedF , typename DerivedI , typename DerivedJ > |
| IGL_INLINE void | igl::remove_unreferenced (const size_t n, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedJ > &J) |
| |