libigl v2.5.0
Loading...
Searching...
No Matches
igl::IndexRowLessThan< T > Struct Template Reference

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

Detailed Description

template<class T>
struct igl::IndexRowLessThan< T >

Comparison struct For use with functions like std::sort.

Constructor & Destructor Documentation

◆ IndexRowLessThan()

template<class T>
igl::IndexRowLessThan< T >::IndexRowLessThan ( const T & mat)
inline

Member Function Documentation

◆ operator()()

template<class T>
bool igl::IndexRowLessThan< T >::operator() ( const size_t a,
const size_t b ) const
inline

Member Data Documentation

◆ mat

template<class T>
const T& igl::IndexRowLessThan< T >::mat

The documentation for this struct was generated from the following file: