![]() |
Prusa Slicer 2.6.0
|
#include <src/libigl/igl/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 |
|
inline |
|
inline |
References igl::IndexDimLessThan< T >::dim, igl::IndexDimLessThan< T >::j, and igl::IndexDimLessThan< T >::mat.
| const int& igl::IndexDimLessThan< T >::dim |
Referenced by igl::IndexDimLessThan< T >::operator()().
| const int& igl::IndexDimLessThan< T >::j |
Referenced by igl::IndexDimLessThan< T >::operator()().
| const T& igl::IndexDimLessThan< T >::mat |
Referenced by igl::IndexDimLessThan< T >::operator()().