9#ifndef IGL_RELABEL_SMALL_IMMERSED_CELLS 
   10#define IGL_RELABEL_SMALL_IMMERSED_CELLS 
   12#include "../../igl_inline.h" 
   43        const Eigen::PlainObjectBase<DerivedV>& V,
 
   44        const Eigen::PlainObjectBase<DerivedF>& F,
 
   45        const size_t num_patches,
 
   46        const Eigen::PlainObjectBase<DerivedP>& P,
 
   47        const size_t num_cells,
 
   48        const Eigen::PlainObjectBase<DerivedC>& C,
 
   49        const FT vol_threashold,
 
   50        Eigen::PlainObjectBase<DerivedW>& W);
 
   55#ifndef IGL_STATIC_LIBRARY 
   56#  include "relabel_small_immersed_cells.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void 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.