8#ifndef IGL_TOPOLOGICAL_HOLE_FILL_H
9#define IGL_TOPOLOGICAL_HOLE_FILL_H
12#include <Eigen/Sparse>
27 typename DerivedF_filled>
29 const Eigen::MatrixBase<DerivedF> & F,
30 const std::vector<VectorIndex> & holes,
31 Eigen::PlainObjectBase<DerivedF_filled> &F_filled);
36#ifndef IGL_STATIC_LIBRARY
37# include "topological_hole_fill.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void topological_hole_fill(const Eigen::MatrixBase< DerivedF > &F, const std::vector< VectorIndex > &holes, Eigen::PlainObjectBase< DerivedF_filled > &F_filled)
Topological fill hole on a mesh, with one additional vertex each hole Index of new abstract vertices ...