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

Comparison struct for use with functions like std::sort. More...

#include <IndexComparison.h>

Public Member Functions

 IndexRowEquals (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::IndexRowEquals< T >

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

Constructor & Destructor Documentation

◆ IndexRowEquals()

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ mat

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

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