#include "igl_inline.h"
#include <Eigen/Dense>
#include "unique_simplices.cpp"
Go to the source code of this file.
|
template<typename DerivedF , typename DerivedFF , typename DerivedIA , typename DerivedIC > |
void | igl::unique_simplices (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedIA > &IA, Eigen::PlainObjectBase< DerivedIC > &IC) |
| Find combinatorially unique simplices in F.
|
|
template<typename DerivedF , typename DerivedFF > |
void | igl::unique_simplices (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFF > &FF) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|