#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "face_occurrences.cpp"
Go to the source code of this file.
|
template<typename IntegerF , typename IntegerC > |
void | igl::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)
|
|
template<typename DerivedF , typename DerivedC > |
void | igl::face_occurrences (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &C) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|