libigl v2.5.0
Loading...
Searching...
No Matches
relabel_small_immersed_cells.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "relabel_small_immersed_cells.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

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.