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