8#ifndef IGL_FACE_OCCURRENCES
9#define IGL_FACE_OCCURRENCES
23 template <
typename IntegerF,
typename IntegerC>
25 const std::vector<std::vector<IntegerF> > & F,
26 std::vector<IntegerC> & C);
28 template <
typename DerivedF,
typename DerivedC>
30 const Eigen::MatrixBase<DerivedF> & F,
31 Eigen::PlainObjectBase<DerivedC> & C);
34#ifndef IGL_STATIC_LIBRARY
35# include "face_occurrences.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void face_occurrences(const std::vector< std::vector< IntegerF > > &F, std::vector< IntegerC > &C)
Count the occurances of each face (row) in a list of face indices (irrespecitive of order)