#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "relabel_small_immersed_cells.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedP , typename DerivedC , typename FT , typename DerivedW > |
void | igl::copyleft::cgal::relabel_small_immersed_cells (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const size_t num_patches, const Eigen::PlainObjectBase< DerivedP > &P, const size_t num_cells, const Eigen::PlainObjectBase< DerivedC > &C, const FT vol_threashold, Eigen::PlainObjectBase< DerivedW > &W) |
| Relabel winding numbers of small immersed cells.
|
|