![]() |
![]() |
Public Types | |
typedef Matching::index_type | index_type |
Public Member Functions | |
Comparator (const SimpleMatrix< Delta > &matrix, SortComparator &sort) | |
bool | operator() (index_type i1, index_type i2) const |
Public Attributes | |
const SimpleMatrix< Delta > & | matrix |
SortComparator & | sort |
Definition at line 52 of file Matching.h.
typedef Matching::index_type lhef::Matching< Delta >::Comparator< SortComparator >::index_type |
Definition at line 53 of file Matching.h.
lhef::Matching< Delta >::Comparator< SortComparator >::Comparator | ( | const SimpleMatrix< Delta > & | matrix, |
SortComparator< SortComparator > & | sort | ||
) | [inline] |
bool lhef::Matching< Delta >::Comparator< SortComparator >::operator() | ( | index_type | i1, |
index_type | i2 | ||
) | const [inline] |
Definition at line 59 of file Matching.h.
References lhef::Matching< Delta >::Comparator< SortComparator >::matrix, and lhef::Matching< Delta >::Comparator< SortComparator >::sort.
const SimpleMatrix<Delta>& lhef::Matching< Delta >::Comparator< SortComparator >::matrix |
Definition at line 62 of file Matching.h.
Referenced by lhef::Matching< Delta >::Comparator< SortComparator >::operator()().
SortComparator& lhef::Matching< Delta >::Comparator< SortComparator >::sort |
Definition at line 63 of file Matching.h.
Referenced by lhef::Matching< Delta >::Comparator< SortComparator >::operator()().