libigl v2.5.0
|
Comparison struct for use with functions like std::sort. More...
#include <IndexComparison.h>
Public Member Functions | |
IndexRowEquals (const T &mat) | |
bool | operator() (const size_t a, const size_t b) const |
Public Attributes | |
const T & | mat |
Comparison struct for use with functions like std::sort.
|
inline |
|
inline |
const T& igl::IndexRowEquals< T >::mat |