libigl v2.5.0
Loading...
Searching...
No Matches
igl::IndexEquals< T > Struct Template Reference

Comparison struct used by unique. More...

#include <IndexComparison.h>

Public Member Functions

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

Public Attributes

const T arr
 

Detailed Description

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

Comparison struct used by unique.

Constructor & Destructor Documentation

◆ IndexEquals()

template<class T >
igl::IndexEquals< T >::IndexEquals ( const T  arr)
inline

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: