Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
unique_simplices.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include "unique_simplices.cpp"
+ Include dependency graph for unique_simplices.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedFF , typename DerivedIA , typename DerivedIC >
IGL_INLINE void igl::unique_simplices (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFF > &FF, Eigen::PlainObjectBase< DerivedIA > &IA, Eigen::PlainObjectBase< DerivedIC > &IC)
 
template<typename DerivedF , typename DerivedFF >
IGL_INLINE void igl::unique_simplices (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedFF > &FF)