8#ifndef IGL_UNIQUE_SIMPLICES_H
9#define IGL_UNIQUE_SIMPLICES_H
26 const Eigen::MatrixBase<DerivedF>& F,
27 Eigen::PlainObjectBase<DerivedFF>& FF,
28 Eigen::PlainObjectBase<DerivedIA>& IA,
29 Eigen::PlainObjectBase<DerivedIC>& IC);
35 const Eigen::MatrixBase<DerivedF>& F,
36 Eigen::PlainObjectBase<DerivedFF>& FF);
39#ifndef IGL_STATIC_LIBRARY
40# include "unique_simplices.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void 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.