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