![]() |
![]() |
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 53 of file Matching.h.
typedef Matching::index_type btag::Matching< Delta >::Comparator< SortComparator >::index_type |
Definition at line 54 of file Matching.h.
btag::Matching< Delta >::Comparator< SortComparator >::Comparator | ( | const SimpleMatrix< Delta > & | matrix, |
SortComparator< SortComparator > & | sort | ||
) | [inline] |
bool btag::Matching< Delta >::Comparator< SortComparator >::operator() | ( | index_type | i1, |
index_type | i2 | ||
) | const [inline] |
Definition at line 60 of file Matching.h.
References btag::Matching< Delta >::Comparator< SortComparator >::matrix, and btag::Matching< Delta >::Comparator< SortComparator >::sort.
const SimpleMatrix<Delta>& btag::Matching< Delta >::Comparator< SortComparator >::matrix |
Definition at line 63 of file Matching.h.
Referenced by btag::Matching< Delta >::Comparator< SortComparator >::operator()().
SortComparator& btag::Matching< Delta >::Comparator< SortComparator >::sort |
Definition at line 64 of file Matching.h.
Referenced by btag::Matching< Delta >::Comparator< SortComparator >::operator()().