#include "igl_inline.h"
#include <Eigen/Core>
#include <Eigen/Sparse>
#include "topological_hole_fill.cpp"
Go to the source code of this file.
|
template<typename DerivedF , typename VectorIndex , typename DerivedF_filled > |
void | igl::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 will be F.maxCoeff() + (index of hole)
|
|