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