Public Types | Public Member Functions | Public Attributes
feature_sptr_iterator_pair Struct Reference

a struct for fast look up of the from feature. More...

List of all members.

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_

Detailed Description

a struct for fast look up of the from feature.

Definition at line 18 of file rgrl_matcher_k_nearest_adv.cxx.


Member Typedef Documentation

Definition at line 20 of file rgrl_matcher_k_nearest_adv.cxx.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 22 of file rgrl_matcher_k_nearest_adv.cxx.

Definition at line 21 of file rgrl_matcher_k_nearest_adv.cxx.


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