Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
setdiff.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "setdiff.cpp"
+ Include dependency graph for setdiff.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 DerivedA , typename DerivedB , typename DerivedC , typename DerivedIA >
IGL_INLINE void igl::setdiff (const Eigen::DenseBase< DerivedA > &A, const Eigen::DenseBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedC > &C, Eigen::PlainObjectBase< DerivedIA > &IA)