libigl v2.5.0
|
Comparison struct For use with functions like std::sort. More...
#include <IndexComparison.h>
Public Member Functions | |
IndexRowLessThan (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::IndexRowLessThan< T >::mat |