Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
igl::IndexEquals< T > Struct Template Reference

#include <src/libigl/igl/IndexComparison.h>

Public Member Functions

 IndexEquals (const T arr)
 
bool operator() (const size_t a, const size_t b) const
 

Public Attributes

constarr
 

Detailed Description

template<class T>
struct igl::IndexEquals< T >

Constructor & Destructor Documentation

◆ IndexEquals()

template<class T >
igl::IndexEquals< T >::IndexEquals ( const arr)
inline
29: arr(arr) {}
const T arr
Definition IndexComparison.h:34

Member Function Documentation

◆ operator()()

template<class T >
bool igl::IndexEquals< T >::operator() ( const size_t  a,
const size_t  b 
) const
inline

Member Data Documentation

◆ arr

template<class T >
const T igl::IndexEquals< T >::arr

The documentation for this struct was generated from the following file: