|
libigl v2.5.0
|
Comparison struct used by sort http://bytes.com/topic/c/answers/132045-sort-get-index. More...
#include <IndexComparison.h>
Public Member Functions | |
| IndexLessThan (const T arr) | |
| bool | operator() (const size_t a, const size_t b) const |
Public Attributes | |
| const T | arr |
Comparison struct used by sort http://bytes.com/topic/c/answers/132045-sort-get-index.
|
inline |
|
inline |
| const T igl::IndexLessThan< T >::arr |