a struct for fast look up of the from feature. More...
Public Types | |
typedef rgrl_match_set::const_from_iterator | from_feature_iterator |
Public Member Functions | |
feature_sptr_iterator_pair () | |
feature_sptr_iterator_pair (rgrl_feature_sptr const &fea, from_feature_iterator const &it) | |
bool | operator< (feature_sptr_iterator_pair const &rhs) const |
bool | operator== (feature_sptr_iterator_pair const &rhs) const |
Public Attributes | |
rgrl_feature_sptr | feature_ |
from_feature_iterator | fea_iterator_ |
a struct for fast look up of the from feature.
Definition at line 18 of file rgrl_matcher_k_nearest_adv.cxx.
Definition at line 20 of file rgrl_matcher_k_nearest_adv.cxx.
feature_sptr_iterator_pair::feature_sptr_iterator_pair | ( | ) | [inline] |
Definition at line 24 of file rgrl_matcher_k_nearest_adv.cxx.
feature_sptr_iterator_pair::feature_sptr_iterator_pair | ( | rgrl_feature_sptr const & | fea, |
from_feature_iterator const & | it | ||
) | [inline] |
Definition at line 27 of file rgrl_matcher_k_nearest_adv.cxx.
bool feature_sptr_iterator_pair::operator< | ( | feature_sptr_iterator_pair const & | rhs | ) | const [inline] |
Definition at line 31 of file rgrl_matcher_k_nearest_adv.cxx.
bool feature_sptr_iterator_pair::operator== | ( | feature_sptr_iterator_pair const & | rhs | ) | const [inline] |
Definition at line 34 of file rgrl_matcher_k_nearest_adv.cxx.
Definition at line 22 of file rgrl_matcher_k_nearest_adv.cxx.
Definition at line 21 of file rgrl_matcher_k_nearest_adv.cxx.